diff options
Diffstat (limited to 'FICS')
| -rw-r--r-- | FICS/addgroup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/addgroup.cpp b/FICS/addgroup.cpp index 91bbe43..55afe11 100644 --- a/FICS/addgroup.cpp +++ b/FICS/addgroup.cpp @@ -206,7 +206,7 @@ read_the_group_permissions_file(const char *path) if (feof(fp)) // NOLINT read_ok = true; - fclose(fp); + (void) fclose(fp); delete[] line; return (read_ok ? 0 : -1); |
