Skip to content

Commit b9759b7

Browse files
committed
vlogger: dont define _* namespace
1 parent b29a3c4 commit b9759b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vlogger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <syslog.h>
55
#include <unistd.h>
66

7-
typedef struct _code {
7+
typedef struct {
88
const char *const c_name;
99
int c_val;
1010
} CODE;

0 commit comments

Comments
 (0)