diff options
Diffstat (limited to '')
-rwxr-xr-x | mtp/twrpMtp.cpp | 2 |
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; |