]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix whitespace error in previous commit.
authorAndrew Burgess <aburgess@broadcom.com>
Wed, 18 Sep 2013 11:45:20 +0000 (11:45 +0000)
committerAndrew Burgess <aburgess@broadcom.com>
Wed, 18 Sep 2013 11:45:20 +0000 (11:45 +0000)
  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.

gdb/ChangeLog
gdb/main.h

index abb83ab4874a08451b7ec7ed178324ad6d859e75..f5c1e3aaeb48c5736f0b2638a690cc81d681d0be 100644 (file)
@@ -1,3 +1,7 @@
+2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
+
+       * main.h (get_gdb_program_name): Remove extra whitespace.
+
 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
 
        * main.h (get_gdb_program_name): Add declaration.
index a846d9f369a513fa46c316f718cd53b576a26aa5..958b597ded7a5ac137607f7bd91abc3203b3da8c 100644 (file)
@@ -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