diff options
Diffstat (limited to 'FICS/addgroup.cpp')
| -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 90708c2..91bbe43 100644 --- a/FICS/addgroup.cpp +++ b/FICS/addgroup.cpp @@ -203,7 +203,7 @@ read_the_group_permissions_file(const char *path) #endif } - if (feof(fp)) + if (feof(fp)) // NOLINT read_ok = true; fclose(fp); |
