* Add specific error codes for every command on the wire protocol, so that
[citadel.git] / citadel / serv_mrtg.c
index a616a88edc42e33d2fa51a5d5bce503876b67909..1783e5865ca81941d6ba4536bff0922eab315dff 100644 (file)
@@ -122,7 +122,7 @@ void cmd_mrtg(char *argbuf) {
        }
        else {
                cprintf("%d Unrecognized keyword '%s'\n",
-                       ERROR+ILLEGAL_VALUE, which);
+                       ERROR + ILLEGAL_VALUE, which);
        }
 }