diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-09-04 04:42:49 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-09-04 04:42:49 +0200 |
commit | 6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12 (patch) | |
tree | 20c82dfac082916555161ad5bc5e304ec8f3ca94 /mtp | |
parent | Allow MTP debug setting to stick through a reboot (diff) | |
download | android_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.tar android_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.tar.gz android_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.tar.bz2 android_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.tar.lz android_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.tar.xz android_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.tar.zst android_bootable_recovery-6f49e11d8adb08a8b420d679b3ab0cbfda6ffb12.zip |
Diffstat (limited to '')
-rwxr-xr-x | mtp/MtpStorage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtp/MtpStorage.cpp b/mtp/MtpStorage.cpp index c726bc651..8a0a4514f 100755 --- a/mtp/MtpStorage.cpp +++ b/mtp/MtpStorage.cpp @@ -652,7 +652,7 @@ int MtpStorage::renameObject(MtpObjectHandle handle, std::string newName) { } } } - // handle not foudn on this storage + // handle not found on this storage return -1; } |