diff options
author | Nick Clifton <nickc@redhat.com> | 2001-01-13 19:45:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-01-13 19:45:52 +0000 |
commit | b7ed8fad53ae315fb8889fe91afc7a6373eea4db (patch) | |
tree | 62a6cb87b7fd9fe5519147addddcd423371c0da9 /ld/lexsup.c | |
parent | 05df362ef603317ffe37cc985db1761999660710 (diff) | |
download | gdb-b7ed8fad53ae315fb8889fe91afc7a6373eea4db.zip gdb-b7ed8fad53ae315fb8889fe91afc7a6373eea4db.tar.gz gdb-b7ed8fad53ae315fb8889fe91afc7a6373eea4db.tar.bz2 |
formatting fix
Diffstat (limited to 'ld/lexsup.c')
-rw-r--r-- | ld/lexsup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c index 914ff7f..51ffc44 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -550,7 +550,7 @@ parse_args (argc, argv) --optind; optc = getopt_long (argc, argv, shortopts, really_longopts, &longind); } - + if (optc == -1) break; |