| tfile: add missing newlines to file types - plan9port - [fork] Plan 9 from user… | |
| git clone git://src.adamsgaard.dk/plan9port | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 3ae09bee86485f1aaa517f68ed2823ae9b960524 | |
| parent a309537fdc8d86131522d43f9a9b2a0f58d9bda9 | |
| Author: Martin Kühl <[email protected]> | |
| Date: Thu, 8 Feb 2018 13:59:31 +0100 | |
| file: add missing newlines to file types | |
| Diffstat: | |
| M src/cmd/file.c | 6 +++--- | |
| 1 file changed, 3 insertions(+), 3 deletions(-) | |
| --- | |
| diff --git a/src/cmd/file.c b/src/cmd/file.c | |
| t@@ -519,10 +519,10 @@ Filemagic long0tab[] = { | |
| 0x32636170, 0xFFFF00FF, "pac4 audio file\n", OCTE… | |
| 0xBA010000, 0xFFFFFFFF, "mpeg system stream\n", O… | |
| 0x30800CC0, 0xFFFFFFFF, "inferno .dis executable\n", OCT… | |
| - 0x04034B50, 0xFFFFFFFF, "zip archive\n", "application/zi… | |
| + 0x04034B50, 0xFFFFFFFF, "zip archive\n", "application/zi… | |
| 070707, 0xFFFF, "cpio archive\n", OCTET, | |
| - 0x2F7, 0xFFFF, "tex dvi\n", "application… | |
| - 0xfffa0000, 0xfffe0000, "mp3 audio", "audio/mpeg", | |
| + 0x2F7, 0xFFFF, "tex dvi\n", "application… | |
| + 0xfffa0000, 0xfffe0000, "mp3 audio\n", "audio/mpe… | |
| }; | |
| int |