mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
Indentation fix.
This commit is contained in:
parent
f608e2a0ae
commit
3f3b18e53b
@ -283,7 +283,7 @@ parse_optional_fields(struct mailcap_entry *entry, unsigned char *line)
|
||||
if (!field) break;
|
||||
|
||||
if (!strncasecmp(field, "needsterminal", 13)) {
|
||||
entry->needsterminal = 1;
|
||||
entry->needsterminal = 1;
|
||||
|
||||
} else if (!strncasecmp(field, "copiousoutput", 13)) {
|
||||
entry->copiousoutput = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user