Add missing return
This commit is contained in:
parent
79b5ef0e1e
commit
e1a7fe84e0
1 changed files with 2 additions and 0 deletions
|
|
@ -990,6 +990,8 @@ int LiSendHighResHScrollEvent(short scrollAmount) {
|
|||
Limelog("Input queue reached maximum size limit\n");
|
||||
freePacketHolder(holder);
|
||||
}
|
||||
|
||||
return err;
|
||||
}
|
||||
|
||||
int LiSendHScrollEvent(signed char scrollClicks) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue