diff options
author | Andrew Burgess <aburgess@broadcom.com> | 2013-09-18 11:45:20 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@broadcom.com> | 2013-09-18 11:45:20 +0000 |
commit | 71926e28107e299c0fae9892d46277aeff0a0209 (patch) | |
tree | f1afbcdb03f6540856a0198f4ca4cb29609c157d /gdb/main.h | |
parent | c88a15316ec1c0aca20e741a92b2189cbb020ca0 (diff) | |
download | binutils-gdb-71926e28107e299c0fae9892d46277aeff0a0209.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/main.h b/gdb/main.h index a846d9f369a..958b597ded7 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 |