mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 08:47:25 +00:00
Remove redundant semicolon
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user