From 71926e28107e299c0fae9892d46277aeff0a0209 Mon Sep 17 00:00:00 2001 From: Andrew Burgess Date: Wed, 18 Sep 2013 11:45:20 +0000 Subject: [PATCH] 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. --- gdb/ChangeLog | 4 ++++ gdb/main.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index abb83ab4874..f5c1e3aaeb4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-09-18 Andrew Burgess + + * main.h (get_gdb_program_name): Remove extra whitespace. + 2013-09-18 Andrew Burgess * main.h (get_gdb_program_name): Add declaration. 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 -- 2.30.2