mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-13 01:44:38 +08:00
fixed print_string() prototype
This commit is contained in:
parent
bea45b3c30
commit
2c7bd7e591
@ -601,7 +601,7 @@ pr_log (void *arg, char *fmt, ...)
|
||||
* print_string - print a readable representation of a string using
|
||||
* printer.
|
||||
*/
|
||||
void print_string(char *p, int len, void (*printer) (void *, char *, ...), void arg) {
|
||||
void print_string(char *p, int len, void (*printer) (void *, char *, ...), void *arg) {
|
||||
int c;
|
||||
|
||||
printer(arg, "\"");
|
||||
|
Loading…
x
Reference in New Issue
Block a user