diff --git a/Projects/Webserver/Lib/TELNETServerApp.c b/Projects/Webserver/Lib/TELNETServerApp.c
index 2abd7b0ed95569943a120a8db11dc89c92534a16..d1f1d7f97132eeeb45c50436a99207a955f6cab2 100644
--- a/Projects/Webserver/Lib/TELNETServerApp.c
+++ b/Projects/Webserver/Lib/TELNETServerApp.c
@@ -50,7 +50,7 @@ const char PROGMEM TELNETMenu[] = "\r\n"
                                   "\r\n>";
 								  
 /** Header to print before the current connections are printed to the client */
-const char PROGMEM CurrentConnectionsHeader = "\r\n* Current TCP Connections: *\r\n";
+const char PROGMEM CurrentConnectionsHeader[] = "\r\n* Current TCP Connections: *\r\n";
 
 /** Initialization function for the simple HTTP webserver. */
 void TELNETServerApp_Init(void)