Skip to content
Snippets Groups Projects
Commit 3742bf47 authored by deuce's avatar deuce
Browse files

Fix warning.

parent fd0a5c08
No related branches found
No related tags found
No related merge requests found
...@@ -796,7 +796,7 @@ static const char* js_ext(const char* fname) ...@@ -796,7 +796,7 @@ static const char* js_ext(const char* fname)
void dbg_puts(const char *msg) void dbg_puts(const char *msg)
{ {
fprintf(stderr, msg); fputs(msg, stderr);
} }
char *dbg_getline(void) char *dbg_getline(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment