summaryrefslogtreecommitdiffstats
path: root/twrpAdbBuFifo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'twrpAdbBuFifo.hpp')
-rw-r--r--twrpAdbBuFifo.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twrpAdbBuFifo.hpp b/twrpAdbBuFifo.hpp
index e709b9671..b34c77b27 100644
--- a/twrpAdbBuFifo.hpp
+++ b/twrpAdbBuFifo.hpp
@@ -31,7 +31,7 @@ class twrpAdbBuFifo {
private:
bool start(void);
bool Backup_ADB_Command(std::string Options);
- bool Check_Adb_Fifo_For_Events(void);
+ void Check_Adb_Fifo_For_Events(void);
bool Restore_ADB_Backup(void);
typedef bool (twrpAdbBuFifo::*ThreadPtr)(void);
typedef void* (*PThreadPtr)(void *);