(xfclose): Return void, not int, since it always returned zero.

This commit is contained in:
Paul Eggert
2002-10-30 06:18:19 +00:00
parent 11a712626c
commit 760d7aa8fa

View File

@@ -55,7 +55,7 @@ extern char *infile;
void compute_output_file_names (void);
FILE *xfopen (const char *name, const char *mode);
int xfclose (FILE *ptr);
void xfclose (FILE *ptr);
/* Is SUFFIX ending STRING? */
int strsuffix (const char* string, const char* suffix);