Cosmetics.

This commit is contained in:
Markus Armbruster 2006-03-27 19:50:38 +00:00
parent 523936cfef
commit 3aea505aa7
4 changed files with 5 additions and 5 deletions

View file

@ -96,7 +96,7 @@ emp_config(char *file)
return -1;
}
while (fgets(buf, sizeof buf, fp) != NULL) {
while (fgets(buf, sizeof(buf), fp) != NULL) {
++lno;
for (i = 0; buf[i] && isspace(buf[i]); ++i) ;
if (!buf[i] || buf[i] == '#')