summaryrefslogtreecommitdiffstats
path: root/mtp/twrpMtp.cpp
diff options
context:
space:
mode:
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;