Add as many values as there are fields in the list

This wasn't causing trouble, but it looks more correct this way.
This commit is contained in:
Geert Janssens 2017-08-17 12:33:08 +02:00
parent 0946b0315f
commit a96a68fd4e

View File

@ -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++)