Commit 88dd4e48 authored by Andrew Dunstan's avatar Andrew Dunstan

Remove extraneous comma to satisfy picky compiler

per buildfarm
parent cf35346e
......@@ -185,7 +185,7 @@ typedef enum TypeCat
TYPECAT_SCALAR = 's',
TYPECAT_ARRAY = 'a',
TYPECAT_COMPOSITE = 'c',
TYPECAT_DOMAIN = 'd',
TYPECAT_DOMAIN = 'd'
} TypeCat;
/* these two are stolen from hstore / record_out, used in populate_record* */
......
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