summaryrefslogtreecommitdiff
path: root/src/arch-x86_64-syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-x86_64-syscalls.c')
-rw-r--r--src/arch-x86_64-syscalls.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/arch-x86_64-syscalls.c b/src/arch-x86_64-syscalls.c
index 2f5253a..af095b8 100644
--- a/src/arch-x86_64-syscalls.c
+++ b/src/arch-x86_64-syscalls.c
@@ -27,8 +27,7 @@
#include "arch-x86_64.h"
/* NOTE: based on Linux 3.4.7 */
-const struct arch_syscall_def x86_64_syscall_table[] = \
-{
+const struct arch_syscall_def x86_64_syscall_table[] = { \
{ "accept", 43 },
{ "accept4", 288 },
{ "access", 21 },