httpd_structs.h: IAR 7 wants 'static const' instead of 'const static'...

This commit is contained in:
goldsimon 2014-11-07 14:29:10 +01:00
parent ffb99d8be9
commit 02895c1ce3
1 changed files with 1 additions and 1 deletions

View File

@ -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},