onda: fix compiler warning in boot loader
Change-Id: Ic92d8e183503b68604d69bad27991f66d89c8744
This commit is contained in:
parent
07fed9053a
commit
e6b23a8f04
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ redraw:
|
||||||
else
|
else
|
||||||
poweroff_repeat = 0;
|
poweroff_repeat = 0;
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
|
|
Loading…
Reference in a new issue