From 5933114a684b3471774b6463ee3b2355cf16889b Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 8 Dec 2014 13:11:14 +0100 Subject: fix last commit --HG-- extra : rebase_source : 49edd5b0a5481b43ac6c595ef64dc4a03aa2ce83 --- main/src/main/java/de/blinkt/openvpn/VpnProfile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += "\n"; -- cgit v1.2.3