summaryrefslogtreecommitdiffstats
path: root/mtp/twrpMtp.cpp
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2015-11-12 08:29:58 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-12-22 18:37:30 +0100
commit72cf09d617ed1e7855356f7576ff8584ba6e8167 (patch)
tree4b2bb9c2ef2cdbe0df2ee0698c5db89457c61f03 /mtp/twrpMtp.cpp
parentf2fs: Update make rules for CM compatibility (diff)
downloadandroid_bootable_recovery-72cf09d617ed1e7855356f7576ff8584ba6e8167.tar
android_bootable_recovery-72cf09d617ed1e7855356f7576ff8584ba6e8167.tar.gz
android_bootable_recovery-72cf09d617ed1e7855356f7576ff8584ba6e8167.tar.bz2
android_bootable_recovery-72cf09d617ed1e7855356f7576ff8584ba6e8167.tar.lz
android_bootable_recovery-72cf09d617ed1e7855356f7576ff8584ba6e8167.tar.xz
android_bootable_recovery-72cf09d617ed1e7855356f7576ff8584ba6e8167.tar.zst
android_bootable_recovery-72cf09d617ed1e7855356f7576ff8584ba6e8167.zip
Diffstat (limited to 'mtp/twrpMtp.cpp')
-rwxr-xr-xmtp/twrpMtp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtp/twrpMtp.cpp b/mtp/twrpMtp.cpp
index d47b8fa0d..2b2de01cd 100755
--- a/mtp/twrpMtp.cpp
+++ b/mtp/twrpMtp.cpp
@@ -68,7 +68,7 @@ int main(int argc, char* argv[]) {
}
#endif //def TWRPMTP
-twrpMtp::twrpMtp(int debug_enabled = 0) {
+twrpMtp::twrpMtp(int debug_enabled) {
if (debug_enabled)
MtpDebug::enableDebug();
mtpstorages = new storages;