Skip to content
Snippets Groups Projects
Commit 9590c5b6 authored by deuce's avatar deuce
Browse files

Use UI-specific wscroll() if it's *NOT* NULL.

parent a075d94e
No related branches found
No related tags found
No related merge requests found
......@@ -544,7 +544,7 @@ void ciolib_wscroll(void)
CIOLIB_INIT();
if(cio_api.wscroll==NULL) {
if(cio_api.wscroll!=NULL) {
cio_api.wscroll();
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment