Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV V <vvaltman@aurum>2016-01-05 00:24:47 +0300
committerV V <vvaltman@aurum>2016-01-05 00:24:47 +0300
commit1235323f399759d51f460f8c9cc2933fe1bac881 (patch)
tree7c4ab30b140b3a79b5f143af2e9c93940a9635cc /mime-types.c
parent557453a4416ac389ba6a9af6a6093a34cd20bda1 (diff)
some fixes.
Diffstat (limited to 'mime-types.c')
-rw-r--r--mime-types.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/mime-types.c b/mime-types.c
index 1a5bf69..2059d4e 100644
--- a/mime-types.c
+++ b/mime-types.c
@@ -1,4 +1,3 @@
-// DO NOT EDIT! SEE MAKE-TARGET 'gen-mime-types'
unsigned char mime_types[] = {
0x23, 0x20, 0x54, 0x68, 0x69, 0x73, 0x20, 0x66, 0x69, 0x6c, 0x65, 0x20,
0x6d, 0x61, 0x70, 0x73, 0x20, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65,
@@ -194,7 +193,9 @@ unsigned char mime_types[] = {
0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x66, 0x61,
0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x73, 0x65, 0x74, 0x0a, 0x23, 0x20,
0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f,
- 0x66, 0x61, 0x73, 0x74, 0x73, 0x6f, 0x61, 0x70, 0x0a, 0x23, 0x20, 0x61,
+ 0x66, 0x61, 0x73, 0x74, 0x73, 0x6f, 0x61, 0x70, 0x0a, 0x61, 0x70, 0x70,
+ 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x66, 0x62, 0x32,
+ 0x09, 0x09, 0x09, 0x09, 0x09, 0x66, 0x62, 0x32, 0x0a, 0x23, 0x20, 0x61,
0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x66,
0x69, 0x74, 0x73, 0x0a, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x2f, 0x66, 0x6f, 0x6e, 0x74, 0x2d, 0x74, 0x64, 0x70,
@@ -4420,4 +4421,4 @@ unsigned char mime_types[] = {
0x65, 0x6e, 0x63, 0x65, 0x2f, 0x78, 0x2d, 0x63, 0x6f, 0x6f, 0x6c, 0x74,
0x61, 0x6c, 0x6b, 0x09, 0x09, 0x09, 0x09, 0x69, 0x63, 0x65, 0x0a
};
-unsigned int mime_types_len = 53027;
+unsigned int mime_types_len = 53051;