mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2025-08-05 07:26:02 +00:00
httpd_structs.h: IAR 7 wants 'static const' instead of 'const static'...
This commit is contained in:
@@ -89,7 +89,7 @@ static const char * const g_psHTTPHeaderStrings[] =
|
||||
#define DEFAULT_404_HTML 26 /* default 404 body */
|
||||
|
||||
/** A list of extension-to-HTTP header strings */
|
||||
const static tHTTPHeader g_psHTTPHeaders[] =
|
||||
static const tHTTPHeader g_psHTTPHeaders[] =
|
||||
{
|
||||
{ "html", HTTP_HDR_HTML},
|
||||
{ "htm", HTTP_HDR_HTML},
|
||||
|
Reference in New Issue
Block a user