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:
David Hampton 2003-06-04 04:35:27 +00:00
parent ab1927346b
commit b8d70cc4cd

View File

@ -291,6 +291,7 @@ gnc_date_format_set_months (GNCDateFormat *gdf, GNCDateMonthFormat months)
button = gdf->priv->months_name;
break;
default:
break;
}
g_return_if_fail(button);