aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/const.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/const.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/const.h b/src/const.h
index 94723c6..0c0c5fc 100644
--- a/src/const.h
+++ b/src/const.h
@@ -15,8 +15,8 @@ extern const char *default_host;
extern const char *default_port;
extern const char *default_sqlite_path;
-#define CMD_RUN "run"
+#define CMD_RUN "run"
#define CMD_NEW_WORKER "new-worker"
-#define CMD_COMPLETE "complete"
+#define CMD_COMPLETE "complete"
#endif