Browse Source

漏了括号

jun7572 5 years ago
parent
commit
60244aef9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ios/Classes/FlutterzipPlugin.m

+ 1 - 1
ios/Classes/FlutterzipPlugin.m

@@ -29,7 +29,7 @@
                }
       }
           @catch(NSException *exception) {
-              printf(@"SSZipArchive==NSException")
+              printf(@"SSZipArchive==NSException");
           }
       
   }