From ed6ae656b0695efd535cb2e71296da5cb7c74464 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 1 Jan 2018 11:29:13 +0100 Subject: main: fix typo What the heck. This negated the entire check. --- player/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/main.c b/player/main.c index 2a3b6c62ea..4d4ffcf876 100644 --- a/player/main.c +++ b/player/main.c @@ -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 } -- cgit v1.2.3