aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/label.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/label.c')
-rw-r--r--gdb/testsuite/gdb.base/label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/label.c b/gdb/testsuite/gdb.base/label.c
index f9cd8c3..c15e3bf 100644
--- a/gdb/testsuite/gdb.base/label.c
+++ b/gdb/testsuite/gdb.base/label.c
@@ -1,7 +1,7 @@
#include <stdio.h>
int
-main (int argc, char *argv)
+main (int argc, char **argv)
{
int i = 0;
goto there;