aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/main.h')
-rw-r--r--gdb/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/main.h b/gdb/main.h
index a846d9f..958b597 100644
--- a/gdb/main.h
+++ b/gdb/main.h
@@ -46,6 +46,6 @@ extern char *windows_get_absolute_argv0 (const char *argv0);
might have been expanded to an absolute path if required by the
platform. Could return NULL if called before gdb has had a chance to
parse the argv array. */
-extern const char * get_gdb_program_name (void);
+extern const char *get_gdb_program_name (void);
#endif