From a96a68fd4e65a6951d34fbc261c0a46e3ed11563 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 17 Aug 2017 12:33:08 +0200 Subject: [PATCH] Add as many values as there are fields in the list This wasn't causing trouble, but it looks more correct this way. --- libgnucash/engine/gnc-engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/engine/gnc-engine.c b/libgnucash/engine/gnc-engine.c index 0cb344d63d..a61dfd8d7a 100644 --- a/libgnucash/engine/gnc-engine.c +++ b/libgnucash/engine/gnc-engine.c @@ -77,7 +77,7 @@ gnc_engine_init_part2() { "dbi", "gncmod-backend-dbi", TRUE }, #endif { "xml", "gncmod-backend-xml", TRUE }, - { NULL, FALSE } + { NULL, NULL, FALSE } }, *lib; for (lib = libs; lib->lib ; lib++)