]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
cleanup: remove extra semicolon
authorBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 13 Jun 2025 08:18:21 +0000 (10:18 +0200)
committerBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 13 Jun 2025 08:18:21 +0000 (10:18 +0200)
src/subscriberfuncs.c

index 8b9072aeb5be2b62b8ce7e1337a8ca20a1e6669a..7fd9af608eafccc84ae704e8ab87ba231053de04 100644 (file)
@@ -92,7 +92,7 @@ find_subscriber(int fd, const char *address)
        }
        free(line);
        fclose(f);
-       return (ret);;
+       return (ret);
 }
 
 int