wacom: Remove extraneous semi-colon

This commit is contained in:
Bastien Nocera 2012-12-20 15:49:18 +01:00
parent 593f340ad3
commit 8a0f14b969

View file

@ -681,7 +681,7 @@ action_set_func (GtkTreeViewColumn *tree_column,
}
type = g_settings_get_enum (button->settings, ACTION_TYPE_KEY);
if (action_type_is_valid (type) == FALSE);
if (action_type_is_valid (type) == FALSE)
type = GSD_WACOM_ACTION_TYPE_NONE;
g_object_set (cell,