server: fix missing comma in fio_server_ops[] strings
authorJens Axboe <axboe@fb.com>
Mon, 14 Apr 2014 15:07:30 +0000 (09:07 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 14 Apr 2014 15:07:30 +0000 (09:07 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
server.c

index 2fa51dff475b013202f0ca2b3b72324a2b07cebe..ab3bece1f61f47e3f7e8dd704a5acf64ac50223d 100644 (file)
--- a/server.c
+++ b/server.c
@@ -68,7 +68,7 @@ static const char *fio_server_ops[FIO_NET_CMD_NR] = {
        "DISK_UTIL",
        "SERVER_START",
        "ADD_JOB",
-       "CMD_RUN"
+       "CMD_RUN",
        "CMD_IOLOG",
 };