mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix typo.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3677 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -499,7 +499,7 @@ gnc_commodity_table_add_namespace(gnc_commodity_table * table,
|
|||||||
********************************************************************/
|
********************************************************************/
|
||||||
|
|
||||||
static int
|
static int
|
||||||
ns_helper(gpointer key, gpoin4er value, gpointer user_data) {
|
ns_helper(gpointer key, gpointer value, gpointer user_data) {
|
||||||
gnc_commodity * c = value;
|
gnc_commodity * c = value;
|
||||||
gnc_commodity_destroy(c);
|
gnc_commodity_destroy(c);
|
||||||
g_free(key);
|
g_free(key);
|
||||||
|
|||||||
Reference in New Issue
Block a user