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