Browse Source

Merge branch 'master' of https://github.com/Psiphon-Labs/psiphon-tunnel-core

Rod Hynes 9 years ago
parent
commit
50aa252c21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MobileLibrary/Android/PsiphonTunnel/PsiphonTunnel.java

+ 1 - 1
MobileLibrary/Android/PsiphonTunnel/PsiphonTunnel.java

@@ -384,7 +384,7 @@ public class PsiphonTunnel extends Psi.PsiphonProvider.Stub {
                 && !oslDownloadDir.mkdirs()) {
             // Failed to create osl directory
             // TODO: proceed anyway?
-            throw new IOException("failed to create OSL download directory")
+            throw new IOException("failed to create OSL download directory");
         }
         json.put("ObfuscatedServerListDownloadDirectory", oslDownloadDir.getAbsolutePath());