mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
main: fix typo
What the heck. This negated the entire check.
This commit is contained in:
parent
7677c7c32c
commit
ed6ae656b0
@ -149,7 +149,7 @@ void mp_print_version(struct mp_log *log, int always)
|
||||
if (!always) {
|
||||
mp_msg(log, MSGL_V, "Configuration: " CONFIGURATION "\n");
|
||||
mp_msg(log, MSGL_V, "List of enabled features: %s\n", FULLCONFIG);
|
||||
#ifdef NDEBUGs
|
||||
#ifdef NDEBUG
|
||||
mp_msg(log, MSGL_V, "Built with NDEBUG.\n");
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user