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 committed by Jonas Fonseca
parent bd4be81013
commit 66500fa4ab

View File

@ -66,6 +66,7 @@ struct module fsp_protocol_module = struct_module(
static void
fsp_error(unsigned char *error)
{
fprintf(stderr, "text/plain");
puts(error);
exit(1);
}