diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-04-26 21:08:52 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-04-26 21:08:52 +0200 |
| commit | ef72a879795c3c8360f6908040fe393106a81f03 (patch) | |
| tree | 1fe12fbd1b3965b7b9c33a34bcb59b357a157993 | |
| parent | f2ff8527c2d3cc24a94b0a935aa7db1692804bbc (diff) | |
Added nolint comment
| -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); |
