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

Commit cd03890

Browse files
committed
Fix breakage in previous change
1 parent 330b48b commit cd03890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/utils/jsonb.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ enum jbvType
241241
*/
242242
struct JsonbValue
243243
{
244-
jbvType type; /* Influences sort order */
244+
enum jbvType type; /* Influences sort order */
245245

246246
union
247247
{

0 commit comments

Comments
 (0)