mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix an unintialized variable warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20651 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
175bfb3132
commit
021044cf31
@ -211,7 +211,7 @@ gnc_plugin_page_owner_tree_new (GncOwnerType owner_type)
|
||||
GncPluginPageOwnerTree *plugin_page;
|
||||
|
||||
GncPluginPageOwnerTreePrivate *priv;
|
||||
gchar* label;
|
||||
gchar* label = "";
|
||||
const GList *item;
|
||||
|
||||
g_return_val_if_fail( (owner_type != GNC_OWNER_UNDEFINED)
|
||||
|
Loading…
Reference in New Issue
Block a user