mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Set text/plain for errors
This commit is contained in:
parent
8d4f44f2f1
commit
e8030e09fd
@ -67,6 +67,7 @@ struct module fsp_protocol_module = struct_module(
|
||||
static void
|
||||
fsp_error(unsigned char *error)
|
||||
{
|
||||
fprintf(stderr, "text/plain");
|
||||
puts(error);
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user