aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index e341a71f576..367a9759848 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -1449,7 +1449,7 @@ decode_coding_utf_8 (struct coding_system *coding)
1449} 1449}
1450 1450
1451 1451
1452static bool 1452bool
1453encode_coding_utf_8 (struct coding_system *coding) 1453encode_coding_utf_8 (struct coding_system *coding)
1454{ 1454{
1455 bool multibytep = coding->dst_multibyte; 1455 bool multibytep = coding->dst_multibyte;