fix number of arguments (gcc, we like you)

This commit is contained in:
Enno Rehling 2008-06-18 09:00:33 +00:00
parent af5477286b
commit bfd52e1b11
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ txt_r_tok_buf(struct storage * store, char * result, size_t size)
} }
} else { } else {
/* trick to skip when no result expected */ /* trick to skip when no result expected */
fscanf((FILE *)store->userdata, "%*s", format); fscanf((FILE *)store->userdata, "%*s");
} }
} }