mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add missing LEAVE macro to gnc-tree-model-account.c
This commit is contained in:
@@ -741,6 +741,7 @@ gnc_tree_model_account_get_value (GtkTreeModel *tree_model,
|
||||
{
|
||||
g_value_init (value, G_TYPE_STRING);
|
||||
g_value_take_string (value, cached_string);
|
||||
LEAVE("value in cache, '%s'", cached_string);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user