From 81eb9d99e79f007150929ac973a5e39f8f79b882 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 8 Jan 2019 11:44:32 +0900 Subject: [PATCH] Add missing comma --- dbutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbutils.h b/dbutils.h index e34a70e1..d75e3bd4 100644 --- a/dbutils.h +++ b/dbutils.h @@ -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 \ }