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:
Charles Day 2009-02-20 05:00:08 +00:00
parent 0c09333ce8
commit a98bc56de6

View File

@ -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);