summaryrefslogtreecommitdiffstats
path: root/minuitwrp
diff options
context:
space:
mode:
authorthat <github@that.at>2015-02-01 01:59:43 +0100
committerthat <github@that.at>2015-02-01 01:59:43 +0100
commitc5837f399712267a756b8e6615a55923c292359e (patch)
tree0e85b9ea8642c1df071616809d47a60591a86c07 /minuitwrp
parentgui: run cancel action in another thread (diff)
downloadandroid_bootable_recovery-c5837f399712267a756b8e6615a55923c292359e.tar
android_bootable_recovery-c5837f399712267a756b8e6615a55923c292359e.tar.gz
android_bootable_recovery-c5837f399712267a756b8e6615a55923c292359e.tar.bz2
android_bootable_recovery-c5837f399712267a756b8e6615a55923c292359e.tar.lz
android_bootable_recovery-c5837f399712267a756b8e6615a55923c292359e.tar.xz
android_bootable_recovery-c5837f399712267a756b8e6615a55923c292359e.tar.zst
android_bootable_recovery-c5837f399712267a756b8e6615a55923c292359e.zip
Diffstat (limited to 'minuitwrp')
-rw-r--r--minuitwrp/events.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/minuitwrp/events.c b/minuitwrp/events.c
index 98b3a34ee..e2414a440 100644
--- a/minuitwrp/events.c
+++ b/minuitwrp/events.c
@@ -752,9 +752,10 @@ int ev_get(struct input_event *ev)
}
}
}
+ return -1;
}
- return -1;
+ return -2;
}
int ev_wait(int timeout)