add missing return value

This commit is contained in:
Robin Gareus 2015-07-16 15:34:37 +02:00
parent 6c10ddc339
commit 782aa6aa47

View file

@ -164,6 +164,7 @@ AutoSpin::scroll_event (GdkEventScroll *ev)
adjust_value (increment);
break;
}
return TRUE;
}
void