diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-02-28 23:52:52 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-02-28 23:52:52 -0300 |
commit | 58e9f974dcfae7c4c445631afad47d80deb83160 (patch) | |
tree | d5f43b186de096146a55557423884d1894789835 /src | |
parent | 5c02a00d440b90ead12658ce6ec9f4eee95dd0a3 (diff) | |
download | postgresql-58e9f974dcfae7c4c445631afad47d80deb83160.tar.gz postgresql-58e9f974dcfae7c4c445631afad47d80deb83160.zip |
Fix typo in comment
Haifeng Liu
Diffstat (limited to 'src')
-rw-r--r-- | src/include/utils/json.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/utils/json.h b/src/include/utils/json.h index 415787b458d..fa0d4fcad74 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 */ |