projects
/
recode
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cee17a
)
main.c: fix a comment typo
author
Reuben Thomas
<rrt@sc3d.org>
Fri, 19 Jan 2018 13:33:23 +0000
(13:33 +0000)
committer
Reuben Thomas
<rrt@sc3d.org>
Tue, 23 Jan 2018 07:02:42 +0000
(07:02 +0000)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index 3015dd0a3722520cbaf9b0d43167c250d35fd63f..79097ffad9d59af40b56f27af2e758920e5466a5 100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-821,7
+821,7
@@
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"),
if (file = fopen (input_name, "r+"), file == NULL)
error (EXIT_FAILURE, errno, "fopen (%s)", input_name);
- /* Save the input file attr
obi
tes. */
+ /* Save the input file attr
ibu
tes. */
fstat (fileno (file), &file_stat);
fclose (file);