about summary refs log tree commit diff
path: root/mshow.c
diff options
context:
space:
mode:
Diffstat (limited to 'mshow.c')
-rw-r--r--mshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mshow.c b/mshow.c
index f3b73a8..1c496fb 100644
--- a/mshow.c
+++ b/mshow.c
@@ -84,7 +84,7 @@ print_u8recode(char *body, size_t bodylen, char *srcenc)
 
 	ic = iconv_open("UTF-8", srcenc);
 	if (ic == (iconv_t)-1) {
-		printf("unsupported encoding: %s\n", srcenc);
+		fprintf(stderr, "unsupported encoding: %s\n", srcenc);
 		return;
 	}