get rid of compiler warning

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@988 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 28 years ago
parent ac9fa9b847
commit 60da932aab

@ -237,7 +237,7 @@ configLayout (SplitRegister *reg)
static void
configTraverse (SplitRegister *reg)
{
CellBlock *curs;
CellBlock *curs = NULL;
int type = reg->type;
switch (type) {

Loading…
Cancel
Save