Commit 79e5b54e authored by topjohnwu's avatar topjohnwu

Remove redundant semicolon

parent bd81923f
......@@ -19,7 +19,7 @@
#include "flags.h"
int log_daemon_started = 0;
static struct vector log_cmd, clear_cmd;;
static struct vector log_cmd, clear_cmd;
static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
enum {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment