projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f15fb2
)
* Fix a couple of typos.
author
David MacKenzie
<djm@cygnus>
Sat, 26 Jun 1993 06:42:46 +0000
(06:42 +0000)
committer
David MacKenzie
<djm@cygnus>
Sat, 26 Jun 1993 06:42:46 +0000
(06:42 +0000)
binutils/strings.c
patch
|
blob
|
history
diff --git
a/binutils/strings.c
b/binutils/strings.c
index
aea9934
..
f46335b
100644
(file)
--- a/
binutils/strings.c
+++ b/
binutils/strings.c
@@
-115,7
+115,7
@@
main (argc, argv)
{
int optc;
int exit_status = 0;
- boolean files_given = false;
/* false if any files were given. */
+ boolean files_given = false;
program_name = argv[0];
string_min = -1;
@@
-144,7
+144,8
@@
main (argc, argv)
string_min = integer_arg (optarg);
if (string_min < 1)
{
- fprintf (stderr, "%s: invalid number %s\n", program_name, optarg);
+ fprintf (stderr, "%s: invalid number %s\n",
+ program_name, optarg);
exit (1);
}
break;