From 58e9f974dcfae7c4c445631afad47d80deb83160 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 28 Feb 2012 23:52:52 -0300 Subject: [PATCH] Fix typo in comment Haifeng Liu --- src/include/utils/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/utils/json.h b/src/include/utils/json.h index 415787b458..fa0d4fcad7 100644 --- a/src/include/utils/json.h +++ b/src/include/utils/json.h @@ -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 */ -- 2.40.0