forked from github/server
fix number of arguments (gcc, we like you)
This commit is contained in:
parent
af5477286b
commit
bfd52e1b11
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue