fixed the bug that arisawa posted about on 9fans where file(1) would mistake 386 intermediates for HTML files.
This commit is contained in:
parent
fa4448b2d5
commit
72cde47068
1 changed files with 1 additions and 1 deletions
|
@ -186,8 +186,8 @@ int (*call[])(void) =
|
||||||
isrfc822, /* email file */
|
isrfc822, /* email file */
|
||||||
ismbox, /* mail box */
|
ismbox, /* mail box */
|
||||||
istar, /* recognizable by tar checksum */
|
istar, /* recognizable by tar checksum */
|
||||||
ishtml, /* html keywords */
|
|
||||||
iscint, /* compiler/assembler intermediate */
|
iscint, /* compiler/assembler intermediate */
|
||||||
|
ishtml, /* html keywords */
|
||||||
islimbo, /* limbo source */
|
islimbo, /* limbo source */
|
||||||
isc, /* c & alef compiler key words */
|
isc, /* c & alef compiler key words */
|
||||||
isas, /* assembler key words */
|
isas, /* assembler key words */
|
||||||
|
|
Loading…
Reference in a new issue