summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-12-08 13:11:14 +0100
committerArne Schwabe <arne@rfc2549.org>2014-12-08 13:11:14 +0100
commit5933114a684b3471774b6463ee3b2355cf16889b (patch)
tree16ae740e0142bdc5ed3a7d70f2e9836aad9cb52c
parent451a47487185e1e17626386e38381e5e8dba9fb8 (diff)
fix last commit
--HG-- extra : rebase_source : 49edd5b0a5481b43ac6c595ef64dc4a03aa2ce83
-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";