Skip to content
Snippets Groups Projects
Commit 58e9f974 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Fix typo in comment

Haifeng Liu
parent 5c02a00d
No related branches found
No related tags found
No related merge requests found
...@@ -26,4 +26,4 @@ extern Datum row_to_json(PG_FUNCTION_ARGS); ...@@ -26,4 +26,4 @@ extern Datum row_to_json(PG_FUNCTION_ARGS);
extern Datum row_to_json_pretty(PG_FUNCTION_ARGS); extern Datum row_to_json_pretty(PG_FUNCTION_ARGS);
extern void escape_json(StringInfo buf, const char *str); extern void escape_json(StringInfo buf, const char *str);
#endif /* XML_H */ #endif /* JSON_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment