merge
This commit is contained in:
commit
4c4fbdf78c
2 changed files with 6 additions and 2 deletions
|
@ -828,7 +828,11 @@ struct FILE_STRING
|
||||||
"OggS", "ogg audio", 4, "audio/ogg",
|
"OggS", "ogg audio", 4, "audio/ogg",
|
||||||
".snd", "sun audio", 4, "audio/basic",
|
".snd", "sun audio", 4, "audio/basic",
|
||||||
"\211PNG", "PNG image", 4, "image/png",
|
"\211PNG", "PNG image", 4, "image/png",
|
||||||
|
"P1\n", "ppm", 3, "image/ppm",
|
||||||
|
"P2\n", "ppm", 3, "image/ppm",
|
||||||
"P3\n", "ppm", 3, "image/ppm",
|
"P3\n", "ppm", 3, "image/ppm",
|
||||||
|
"P4\n", "ppm", 3, "image/ppm",
|
||||||
|
"P5\n", "ppm", 3, "image/ppm",
|
||||||
"P6\n", "ppm", 3, "image/ppm",
|
"P6\n", "ppm", 3, "image/ppm",
|
||||||
"/* XPM */\n", "xbm", 10, "image/xbm",
|
"/* XPM */\n", "xbm", 10, "image/xbm",
|
||||||
".HTML ", "troff -ms input", 6, "text/troff",
|
".HTML ", "troff -ms input", 6, "text/troff",
|
||||||
|
|
Loading…
Reference in a new issue