mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-12-11 09:16:48 +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
|
* print_string - print a readable representation of a string using
|
||||||
* printer.
|
* 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;
|
int c;
|
||||||
|
|
||||||
printer(arg, "\"");
|
printer(arg, "\"");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user