Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cf5389f

Browse files
committed
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.
1 parent ac8d7e1 commit cf5389f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/jsonfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ typedef struct ElementsState
122122
} ElementsState;
123123

124124
/* state for get_json_object_as_hash */
125-
typedef struct JhashState
125+
typedef struct JHashState
126126
{
127127
JsonLexContext *lex;
128128
const char *function_name;

0 commit comments

Comments
 (0)