summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/src/main/java/de/blinkt/openvpn/VpnProfile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/main/java/de/blinkt/openvpn/VpnProfile.java b/main/src/main/java/de/blinkt/openvpn/VpnProfile.java
index ed235373..088acbbe 100644
--- a/main/src/main/java/de/blinkt/openvpn/VpnProfile.java
+++ b/main/src/main/java/de/blinkt/openvpn/VpnProfile.java
@@ -510,7 +510,7 @@ public class VpnProfile implements Serializable, Cloneable {
}
if (!canUsePlainRemotes) {
- cfg += "# Connection Options are at the end to allow global options (and global custom options) to influence connection blocks\n"
+ cfg += "# Connection Options are at the end to allow global options (and global custom options) to influence connection blocks\n";
for (Connection conn : mConnections) {
if (conn.mEnabled) {
cfg += "<connection>\n";