* Add specific error codes for every command on the wire protocol, so that
[citadel.git] / citadel / serv_smtp.c
index 73739f4880e4282b7bd3cc3b1cf238e25a8b21fa..56408ca6e245398c5354293b7e83a1b0ab203883 100644 (file)
@@ -1482,7 +1482,7 @@ void cmd_smtp(char *argbuf) {
        }
 
        else {
-               cprintf("%d Invalid command.\n", ERROR+ILLEGAL_VALUE);
+               cprintf("%d Invalid command.\n", ERROR + ILLEGAL_VALUE);
        }
 
 }