From bd125e73fb84921c5fb7f9dfbd37830c6aaf8f48 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 8 Dec 2024 00:50:13 +0800 Subject: [PATCH] Fix Typo --- app/src/main/cpp/PhoneDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {