mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
gcc 3.x complains about trailing case statement w/no body.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8485 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
ab1927346b
commit
b8d70cc4cd
@ -291,6 +291,7 @@ gnc_date_format_set_months (GNCDateFormat *gdf, GNCDateMonthFormat months)
|
|||||||
button = gdf->priv->months_name;
|
button = gdf->priv->months_name;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_return_if_fail(button);
|
g_return_if_fail(button);
|
||||||
|
Loading…
Reference in New Issue
Block a user