summaryrefslogtreecommitdiff
path: root/gdb/main.h
diff options
context:
space:
mode:
authoraburgess <aburgess>2013-09-18 11:45:20 +0000
committeraburgess <aburgess>2013-09-18 11:45:20 +0000
commit660eafd30caab3145f06170ac2bb8a4d93a9cb55 (patch)
treec2c06ab33b9276d93a7acc6205a286df77dbb47a /gdb/main.h
parent189e4ff0f9ca44e68ac2cebf15a674ce88955920 (diff)
downloadgdb-660eafd30caab3145f06170ac2bb8a4d93a9cb55.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.h2
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