formatting.

SVN revision: 29849
This commit is contained in:
Sebastian Dransfeld 2007-05-04 17:45:26 +00:00
parent fc6aa64ea0
commit 8691b711a3
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ efreet_ini_parse(const char *file)
/* if a line is longer than the buffer size, this \n will get overwritten. */
read_buf[read_len - 2] = '\n';
while(fgets(read_buf, read_len, f) != NULL)
while (fgets(read_buf, read_len, f) != NULL)
{
char *key, *value, *p;
char *sep;