mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Make a function static.
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user