mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-22 10:57:08 +00:00
misc/mp_assert: important fix forgotten before merge
This commit is contained in:
@@ -52,6 +52,6 @@
|
||||
abort(); \
|
||||
} while (0)
|
||||
|
||||
#define mp_assert(expr) do { (void)sizeof(expr);} while (0)
|
||||
#define mp_assert(expr) do { (void)sizeof(expr); } while (0)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user