Adjust NUM_MEDIA_TYPES to allow for the addition of css in commit 72460df7.

This commit is contained in:
Nick Leverton 2014-10-02 20:34:58 +01:00
parent 6905714a7e
commit 51a01cdba1

View File

@ -129,7 +129,7 @@ static const char *gMediaTypes[] = {
#define TEXT_INDEX 5
/* general */
#define NUM_MEDIA_TYPES 69
#define NUM_MEDIA_TYPES 70
#define NUM_HTTP_HEADER_NAMES 33
#define ASCTIME_R_BUFFER_SIZE 26