Correct missing " in define

This commit is contained in:
Mounir IDRASSI 2013-06-22 17:41:06 +02:00
parent 8f8272d070
commit ecff8dc898
1 changed files with 2 additions and 2 deletions

View File

@ -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
{