mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-21 15:58:29 +00:00
Remove redundant semicolon
This commit is contained in:
parent
bd81923f2f
commit
79e5b54ec7
@ -19,7 +19,7 @@
|
|||||||
#include "flags.h"
|
#include "flags.h"
|
||||||
|
|
||||||
int log_daemon_started = 0;
|
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;
|
static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user