Commit 58e9f974 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix typo in comment

Haifeng Liu
parent 5c02a00d
......@@ -26,4 +26,4 @@ extern Datum row_to_json(PG_FUNCTION_ARGS);
extern Datum row_to_json_pretty(PG_FUNCTION_ARGS);
extern void escape_json(StringInfo buf, const char *str);
#endif /* XML_H */
#endif /* JSON_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment