mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
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:
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…
Reference in New Issue
Block a user