r22457 - gnucash/trunk/src/gnome - Fix typo from r22448

John Ralls jralls at code.gnucash.org
Sat Oct 27 19:29:23 EDT 2012


Author: jralls
Date: 2012-10-27 19:29:22 -0400 (Sat, 27 Oct 2012)
New Revision: 22457
Trac: http://svn.gnucash.org/trac/changeset/22457

Modified:
   gnucash/trunk/src/gnome/gnc-split-reg2.c
Log:
Fix typo from r22448

Modified: gnucash/trunk/src/gnome/gnc-split-reg2.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-split-reg2.c	2012-10-27 17:05:25 UTC (rev 22456)
+++ gnucash/trunk/src/gnome/gnc-split-reg2.c	2012-10-27 23:29:22 UTC (rev 22457)
@@ -1916,7 +1916,7 @@
     }
 
     /* First record the transaction */
-    if (gnc_tree_view_split_reg_enter (view));
+    if (gnc_tree_view_split_reg_enter (view))
     {
         if (!goto_blank && next_transaction)
             gnc_tree_view_split_reg_expand_current_trans (view, FALSE);



More information about the gnucash-changes mailing list