diff --git a/src/engine/QIFIO.c b/src/engine/QIFIO.c index e4729e8e45..c30ea855fa 100644 --- a/src/engine/QIFIO.c +++ b/src/engine/QIFIO.c @@ -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 );