summaryrefslogtreecommitdiff
path: root/gdb/proc-events.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/proc-events.c')
-rw-r--r--gdb/proc-events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/proc-events.c b/gdb/proc-events.c
index 2a430d8a6e6..8af9671a2cc 100644
--- a/gdb/proc-events.c
+++ b/gdb/proc-events.c
@@ -1389,7 +1389,7 @@ init_syscall_table (void)
#if defined (SYS_yield)
syscall_table[SYS_yield] = "yield";
#endif
-};
+}
/*
* Prettyprint a single syscall by number.