Fix build, together with a bit of style breakage.
This commit is contained in:
parent
e1088ee421
commit
c683ca0c36
@ -1573,7 +1573,7 @@ LibAliasRefreshModules(void)
|
||||
|
||||
for (;;) {
|
||||
fgets(buf, 256, fd);
|
||||
if feof(fd)
|
||||
if (feof(fd))
|
||||
break;
|
||||
len = strlen(buf);
|
||||
if (len > 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user