Commit cf5389f5 authored by Tom Lane's avatar Tom Lane

Fix misspelled struct tag.

This was evidently intended to match the struct's typedef name,
but it didn't quite.  Noted while testing find_typedefs.
parent ac8d7e1b
......@@ -122,7 +122,7 @@ typedef struct ElementsState
} ElementsState;
/* state for get_json_object_as_hash */
typedef struct JhashState
typedef struct JHashState
{
JsonLexContext *lex;
const char *function_name;
......
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