Oops - missing brackets in the declaration of a string in TELNETServerApp.c.
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 15 Feb 2010 13:50:04 +0000 (13:50 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 15 Feb 2010 13:50:04 +0000 (13:50 +0000)
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
                                   "\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
 \r
 /** Initialization function for the simple HTTP webserver. */\r
 void TELNETServerApp_Init(void)\r