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
bd4be81013
commit
66500fa4ab
@ -66,6 +66,7 @@ struct module fsp_protocol_module = struct_module(
|
|||||||
static void
|
static void
|
||||||
fsp_error(unsigned char *error)
|
fsp_error(unsigned char *error)
|
||||||
{
|
{
|
||||||
|
fprintf(stderr, "text/plain");
|
||||||
puts(error);
|
puts(error);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user