diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2013-06-22 17:41:06 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:18:25 +0100 |
commit | ecff8dc898794e8ade4ac6287e4e6f187cd61782 (patch) | |
tree | b96927784ea9cfb651e7c76908589310a8be5ed3 /src/Common/Tcdefs.h | |
parent | 8f8272d0703b158582054307900dfa5cb61aeea7 (diff) | |
download | VeraCrypt-ecff8dc898794e8ade4ac6287e4e6f187cd61782.tar.gz VeraCrypt-ecff8dc898794e8ade4ac6287e4e6f187cd61782.zip |
Correct missing " in define
Diffstat (limited to 'src/Common/Tcdefs.h')
-rw-r--r-- | src/Common/Tcdefs.h | 4 |
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
{
|