remove extra blank line

This commit is contained in:
Ovv 2025-10-31 21:03:51 +01:00
parent 9d1143f47c
commit 0b6bd03baa

View File

@ -36,7 +36,6 @@ int get_listen_fds()
if (fds <= 0)
return 0;
return fds;
}
#else