Add missing comma

This commit is contained in:
Ian Barwick
2019-01-08 11:44:32 +09:00
parent 1156f27979
commit 81eb9d99e7

View File

@@ -183,7 +183,7 @@ typedef struct s_node_info
MS_NORMAL, \
NULL, \
/* for ad-hoc use e.g. when working with a list of nodes */ \
"", true, true \
"", true, true, \
/* various statistics */ \
-1, -1, -1, -1, -1, -1 \
}