VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2013-06-22 17:41:06 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-11-08 23:18:25 +0100
commitecff8dc898794e8ade4ac6287e4e6f187cd61782 (patch)
treeb96927784ea9cfb651e7c76908589310a8be5ed3
parent8f8272d0703b158582054307900dfa5cb61aeea7 (diff)
downloadVeraCrypt-ecff8dc898794e8ade4ac6287e4e6f187cd61782.tar.gz
VeraCrypt-ecff8dc898794e8ade4ac6287e4e6f187cd61782.zip
Correct missing " in define
-rw-r--r--src/Common/Tcdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 289a2b9b..eae00667 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -252,8 +252,8 @@ void EraseMemory (void *memory, int size);
#define MAX_URL_LENGTH 2084 /* Internet Explorer limit. Includes the terminating null character. */
#define TC_HOMEPAGE "http://www.idrix.fr/"
-#define TC_APPLINK "http://www.idrix.fr/
-#define TC_APPLINK_SECURE "https://www.idrix.fr/
+#define TC_APPLINK "http://www.idrix.fr/"
+#define TC_APPLINK_SECURE "https://www.idrix.fr/"
enum
{