aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kühl <martin.kuehl@gmail.com>2018-02-08 13:59:31 +0100
committerRuss Cox <rsc@swtch.com>2018-11-15 22:11:47 -0500
commit3ae09bee86485f1aaa517f68ed2823ae9b960524 (patch)
tree6f48d8d4d2875d1d2f1fb2f8e504e587c4726000
parenta309537fdc8d86131522d43f9a9b2a0f58d9bda9 (diff)
downloadplan9port-3ae09bee86485f1aaa517f68ed2823ae9b960524.tar.gz
plan9port-3ae09bee86485f1aaa517f68ed2823ae9b960524.tar.bz2
plan9port-3ae09bee86485f1aaa517f68ed2823ae9b960524.zip
file: add missing newlines to file types
-rw-r--r--src/cmd/file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/file.c b/src/cmd/file.c
index 0afb9ba3..232c1b30 100644
--- a/src/cmd/file.c
+++ b/src/cmd/file.c
@@ -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