diff options
-rw-r--r-- | src/deps/PLCrashReport.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deps/PLCrashReport.m b/src/deps/PLCrashReport.m index 93c32228a..ecd099424 100644 --- a/src/deps/PLCrashReport.m +++ b/src/deps/PLCrashReport.m @@ -35,7 +35,7 @@ bool PLCrashReportStart(const char *version, const char *basePath) { symbolicationStrategy: PLCrashReporterSymbolicationStrategyNone shouldRegisterUncaughtExceptionHandler:YES - basePath:basePath_; + basePath:basePath_]; v = [[NSString alloc] initWithBytesNoCopy:version length:strlen(version) |