mirror of
https://github.com/ErikAndren/cue2pops-mac.git
synced 2025-04-19 23:48:06 +02:00
#else not #elif
This commit is contained in:
parent
35fcad77b2
commit
da8a911771
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
#ifdef DEBUG
|
||||
int debug = 1;
|
||||
#elif
|
||||
#else
|
||||
int debug = 0;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue