]> granicus.if.org Git - strace/blobdiff - tests/ksysent.c
tests: extend TEST_NETLINK_OBJECT macro
[strace] / tests / ksysent.c
index 5b97b8a74e05a6382bcb3b98441d9be44ff73fed..860e21e41e194943d26466c356f4d9f5a3d0f6c9 100644 (file)
@@ -2,6 +2,7 @@
  * Validate syscallent.h file.
  *
  * Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org>
+ * Copyright (c) 2015-2017 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -52,7 +53,7 @@
 #define SI 0
 #define SE 0
 #define CST 0
-#define SEN(arg) 0,0
+#define SEN(arg) 0, 0
 
 static const struct_sysent syscallent[] = {
 #include "syscallent.h"