Fix build, together with a bit of style breakage.

This commit is contained in:
marck 2008-05-02 18:54:36 +00:00
parent e1088ee421
commit c683ca0c36

View File

@ -1573,7 +1573,7 @@ LibAliasRefreshModules(void)
for (;;) {
fgets(buf, 256, fd);
if feof(fd)
if (feof(fd))
break;
len = strlen(buf);
if (len > 1) {