diff options
Diffstat (limited to 'src/stdio/fclose.c')
| -rw-r--r-- | src/stdio/fclose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/fclose.c b/src/stdio/fclose.c index cc02f5ff..bf40b5f8 100644 --- a/src/stdio/fclose.c +++ b/src/stdio/fclose.c @@ -44,7 +44,7 @@ int fclose(FILE *stream) RETURN_FAILURE(CONSTANT(EOF)); */ - return 0; + return 0; } /*** |
