We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29a3c4 commit b9759b7Copy full SHA for b9759b7
1 file changed
vlogger.c
@@ -4,7 +4,7 @@
4
#include <syslog.h>
5
#include <unistd.h>
6
7
-typedef struct _code {
+typedef struct {
8
const char *const c_name;
9
int c_val;
10
} CODE;
0 commit comments