Add as many values as there are fields in the list

This wasn't causing trouble, but it looks more correct this way.
pull/171/head
Geert Janssens 9 years ago
parent 0946b0315f
commit a96a68fd4e

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

Loading…
Cancel
Save