1
0
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:
2006-01-26 18:35:58 +01:00
parent 8d4f44f2f1
commit e8030e09fd

View File

@ -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);
}