st-scroll-view: Fix build with -Werror=maybe-uninitialized

This commit is contained in:
Rico Tzschichholz 2012-12-20 22:59:49 +01:00
parent 5d6b3abd26
commit 52536e94e5

View File

@ -682,6 +682,7 @@ adjust_with_direction (StAdjustment *adj,
delta = 1.0;
break;
case CLUTTER_SCROLL_SMOOTH:
default:
g_assert_not_reached ();
break;
}