mirror of git://git.suckless.org/sbase
Fix typo in libutil/fshut.c
This commit is contained in:
parent
91ab4e80b9
commit
dae33f42d4
|
@ -11,7 +11,7 @@ fshut(FILE *fp, const char *fname)
|
||||||
|
|
||||||
/* fflush() is undefined for input streams by ISO C,
|
/* fflush() is undefined for input streams by ISO C,
|
||||||
* but not POSIX 2008 if you ignore ISO C overrides.
|
* but not POSIX 2008 if you ignore ISO C overrides.
|
||||||
* Leave it unchecked an rely on the following
|
* Leave it unchecked and rely on the following
|
||||||
* functions to detect errors.
|
* functions to detect errors.
|
||||||
*/
|
*/
|
||||||
fflush(fp);
|
fflush(fp);
|
||||||
|
|
Loading…
Reference in New Issue