Skip to content

Commit

Permalink
main: fix typo
Browse files Browse the repository at this point in the history
What the heck. This negated the entire check.
  • Loading branch information
wm4 authored and rossy committed Jan 1, 2018
1 parent 7677c7c commit ed6ae65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ed6ae65

Please sign in to comment.