Skip to content

Commit

Permalink
Remove redundant semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Oct 28, 2018
1 parent bd81923 commit 79e5b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/jni/daemon/log_daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 79e5b54

Please sign in to comment.