1
0
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:
Bram Matthys
2021-08-23 16:25:24 +02:00
parent 83e6dafc96
commit fd02a662ec
+1 -1
View File
@@ -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,