diff options
author | Michael Snyder <msnyder@vmware.com> | 2002-04-12 19:46:29 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2002-04-12 19:46:29 +0000 |
commit | f2172603b59bfb14b2d7eb82427b4a328150ea29 (patch) | |
tree | e82f53ef4970780977d536b22d07754d915288ab /gdb/source.c | |
parent | cda5a58a3e11c1676519d476534636cc3e8bf02c (diff) | |
download | gdb-f2172603b59bfb14b2d7eb82427b4a328150ea29.zip gdb-f2172603b59bfb14b2d7eb82427b4a328150ea29.tar.gz gdb-f2172603b59bfb14b2d7eb82427b4a328150ea29.tar.bz2 |
2002-04-12 Michael Snyder <msnyder@redhat.com>
* source.c: White space fix-up.
Diffstat (limited to 'gdb/source.c')
-rw-r--r-- | gdb/source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/source.c b/gdb/source.c index d6714d4..cf8ceab 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -523,7 +523,7 @@ source_info (char *ignore, int from_tty) Otherwise, return -1, with errno set for the last name we tried to open. */ /* >>>> This should only allow files of certain types, - >>>> eg executable, non-directory */ + >>>> eg executable, non-directory */ int openp (const char *path, int try_cwd_first, const char *string, int mode, int prot, |