tfile: add missing newlines to file types - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3ae09bee86485f1aaa517f68ed2823ae9b960524
(DIR) parent a309537fdc8d86131522d43f9a9b2a0f58d9bda9
(HTM) Author: Martin Kühl <martin.kuehl@gmail.com>
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(-)
---
(DIR) 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", OCTET,
0xBA010000, 0xFFFFFFFF, "mpeg system stream\n", OCTET,
0x30800CC0, 0xFFFFFFFF, "inferno .dis executable\n", OCTET,
- 0x04034B50, 0xFFFFFFFF, "zip archive\n", "application/zip",
+ 0x04034B50, 0xFFFFFFFF, "zip archive\n", "application/zip\n",
070707, 0xFFFF, "cpio archive\n", OCTET,
- 0x2F7, 0xFFFF, "tex dvi\n", "application/dvi",
- 0xfffa0000, 0xfffe0000, "mp3 audio", "audio/mpeg",
+ 0x2F7, 0xFFFF, "tex dvi\n", "application/dvi\n",
+ 0xfffa0000, 0xfffe0000, "mp3 audio\n", "audio/mpeg\n",
};
int