aboutsummaryrefslogtreecommitdiffstats
path: root/conv.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conv.c b/conv.c
index b7403e4..7985326 100644
--- a/conv.c
+++ b/conv.c
@@ -141,7 +141,7 @@ static void
n_impr(char s)
{
fprintf(stderr, "conv: option %c(0x%02x) is not implemented yet... sorry\n", s, s);
- exit(1);
+ w3m_exit(1);
}
Str