0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

main: fix typo

What the heck. This negated the entire check.
This commit is contained in:
wm4 2018-01-01 11:29:13 +01:00 committed by James Ross-Gowan
parent 7677c7c32c
commit ed6ae656b0

View File

@ -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
}