summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/node.c b/misc/node.c
index 9b45291a5f..3b982ed24a 100644
--- a/misc/node.c
+++ b/misc/node.c
@@ -136,7 +136,7 @@ bool equal_mpv_value(const void *a, const void *b, mpv_format format)
return true;
}
}
- abort(); // supposed to be able to handle all defined types
+ MP_ASSERT_UNREACHABLE(); // supposed to be able to handle all defined types
}
// Remarks see equal_mpv_value().