Fix breakage in previous change

This commit is contained in:
Peter Eisentraut 2016-09-30 12:00:00 -04:00
parent 330b48b94b
commit cd03890d0b
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ enum jbvType
*/
struct JsonbValue
{
jbvType type; /* Influences sort order */
enum jbvType type; /* Influences sort order */
union
{