onda: fix compiler warning in boot loader

Change-Id: Ic92d8e183503b68604d69bad27991f66d89c8744
This commit is contained in:
Solomon Peachy 2018-10-15 14:25:48 -04:00
parent 07fed9053a
commit e6b23a8f04

View file

@ -252,6 +252,7 @@ redraw:
else
poweroff_repeat = 0;
}
return 0;
}
int main(void)