diff --git a/app/src/main/cpp/PhoneDevice.cpp b/app/src/main/cpp/PhoneDevice.cpp index 0458940d..6eec0e61 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1063,7 +1063,7 @@ bool CPhoneDevice::Reboot(int resetType, bool manually, const std::string& reaso // reboot the device if (!manually) { - time_t rebootTime = GetRebootTime(); + time_t rebootTime = GetRebootTime(); time_t ts = time(NULL); if ((ts - rebootTime) < 1800) {