summaryrefslogtreecommitdiff
path: root/net/net_sys_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/net_sys_linux.h')
-rw-r--r--net/net_sys_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net_sys_linux.h b/net/net_sys_linux.h
index 2f6b62a..d2ef179 100644
--- a/net/net_sys_linux.h
+++ b/net/net_sys_linux.h
@@ -12,6 +12,6 @@
//#define klog(...) log(FOOLOS_LOG_COLOR,__FILE__ ":" S2(__LINE__), 10, LOG_LABEL_INFO __VA_ARGS__)
#define S1(x) #x
#define S2(x) S1(x)
-#define klog(...) printf(__FILE__ ":" S2(__LINE__) __VA_ARGS__)
+#define klog(...) printf(__FILE__ ":" S2(__LINE__) __VA_ARGS__);
#define kbfree(x) free(x);
#define kballoc(x) malloc(x*4096);