mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-05 19:13:12 +02:00
Fix compile error when not using DEBUGMODE
This commit is contained in:
+1
-1
@@ -620,7 +620,7 @@ void do_mode_char_write(char pvar[MAXMODEPARAMS][MODEBUFLEN + 3], u_int *pcount,
|
||||
#ifdef DEBUGMODE
|
||||
abort();
|
||||
#else
|
||||
return 0;
|
||||
return;
|
||||
#endif
|
||||
|
||||
ircsnprintf(pvar[*pcount], MODEBUFLEN + 3,
|
||||
|
||||
Reference in New Issue
Block a user