mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix uninitialzed variable error message.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15032 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bee3010352
commit
b84c2e23be
@ -376,7 +376,7 @@ static void
|
||||
inner_main_add_price_quotes(void *closure, int argc, char **argv)
|
||||
{
|
||||
SCM mod, add_quotes, scm_book, scm_result = SCM_BOOL_F;
|
||||
QofSession *session;
|
||||
QofSession *session = NULL;
|
||||
|
||||
mod = scm_c_resolve_module("gnucash price-quotes");
|
||||
scm_set_current_module(mod);
|
||||
|
Loading…
Reference in New Issue
Block a user