mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #570887: Fix a typo in r17939.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17940 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0c09333ce8
commit
a98bc56de6
@ -411,7 +411,7 @@ gnc_scm2guid_glist (SCM guids_scm)
|
||||
SCM guid_scm = SCM_CAR (guids_scm);
|
||||
GUID *guid = NULL;
|
||||
|
||||
if (guids_scm != SCM_BOOL_F)
|
||||
if (guid_scm != SCM_BOOL_F)
|
||||
{
|
||||
guid = guid_malloc ();
|
||||
*guid = gnc_scm2guid (guid_scm);
|
||||
|
Loading…
Reference in New Issue
Block a user