recovery: fix epoll events type to uint32_t

Change-Id: I5db9987102201c18821acb45d1f824e9865a1451
This commit is contained in:
Todd Poynor
2013-09-17 13:39:10 -07:00
parent be96809d18
commit a5ef19fabd
4 changed files with 5 additions and 5 deletions

2
ui.cpp
View File

@@ -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;