summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-01 11:29:13 +0100
committerJames Ross-Gowan <rossy@jrg.systems>2018-01-01 22:26:43 +1100
commited6ae656b0695efd535cb2e71296da5cb7c74464 (patch)
treecc5d61855fb68a569350fbbcc78aa5c4a14e1a2e /player
parent7677c7c32c3ccf0801b63c7a23262c5b121cfbe8 (diff)
downloadmpv-ed6ae656b0695efd535cb2e71296da5cb7c74464.tar.bz2
mpv-ed6ae656b0695efd535cb2e71296da5cb7c74464.tar.xz
main: fix typo
What the heck. This negated the entire check.
Diffstat (limited to 'player')
-rw-r--r--player/main.c2
1 files changed, 1 insertions, 1 deletions
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
}