semi-colon fix

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@916 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-07-25 23:55:52 +00:00
parent 5e5f8cc3ce
commit 92d0d8c74e

View File

@ -354,7 +354,7 @@ char * xaccReadQIFAccList (int fd, AccountGroup *grp, int cat)
if (parent) {
/* trim off the parent account name ... */
/* tok += sizeof(char); leave behind the colon ... */
tok += sizeof(char); /* get rid of the semi-colon */
xaccAccountSetName (acc, str);
xaccInsertSubAccount( parent, acc );