Make a function static.

This commit is contained in:
Dianne Skoll
2025-02-01 11:15:52 -05:00
parent 51b831fb6a
commit 6140221bf3

View File

@@ -181,7 +181,7 @@ print_escaped_string(FILE *fp, char const *s)
print_escaped_string_helper(fp, s, 0, 0); print_escaped_string_helper(fp, s, 0, 0);
} }
void static void
print_escaped_string_json(FILE *fp, char const *s) print_escaped_string_json(FILE *fp, char const *s)
{ {
print_escaped_string_helper(fp, s, 0, 1); print_escaped_string_helper(fp, s, 0, 1);