aboutsummaryrefslogtreecommitdiff
path: root/gdb/main.h
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@broadcom.com>2013-09-18 11:45:20 +0000
committerAndrew Burgess <aburgess@broadcom.com>2013-09-18 11:45:20 +0000
commit71926e28107e299c0fae9892d46277aeff0a0209 (patch)
treef1afbcdb03f6540856a0198f4ca4cb29609c157d /gdb/main.h
parentc88a15316ec1c0aca20e741a92b2189cbb020ca0 (diff)
Fix whitespace error in previous commit.
https://sourceware.org/ml/gdb-cvs/2013-09/msg00108.html https://sourceware.org/ml/gdb-patches/2013-09/msg00225.html gdb/ChangeLog * main.h (get_gdb_program_name): Remove extra whitespace.
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 a846d9f369..958b597ded 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