aboutsummaryrefslogtreecommitdiffstats
path: root/ui.cpp
diff options
context:
space:
mode:
authorTodd Poynor <toddpoynor@google.com>2013-09-17 13:39:10 -0700
committerTodd Poynor <toddpoynor@google.com>2013-09-17 21:58:52 +0000
commita5ef19fabd10428ccff2055455ef1a55dfdc5fa0 (patch)
tree01344df30924781bb0d658a44503fd7997f2b3b4 /ui.cpp
parentbe96809d181f587255176add2aa298adaaec69e4 (diff)
downloadbootable_recovery-a5ef19fabd10428ccff2055455ef1a55dfdc5fa0.zip
bootable_recovery-a5ef19fabd10428ccff2055455ef1a55dfdc5fa0.tar.gz
bootable_recovery-a5ef19fabd10428ccff2055455ef1a55dfdc5fa0.tar.bz2
recovery: fix epoll events type to uint32_t
Change-Id: I5db9987102201c18821acb45d1f824e9865a1451
Diffstat (limited to 'ui.cpp')
-rw-r--r--ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.cpp b/ui.cpp
index 08c291d..67a2500 100644
--- a/ui.cpp
+++ b/ui.cpp
@@ -63,7 +63,7 @@ void RecoveryUI::Init() {
}
-int RecoveryUI::input_callback(int fd, unsigned int epevents, void* data)
+int RecoveryUI::input_callback(int fd, uint32_t epevents, void* data)
{
struct input_event ev;
int ret;