diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
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 | ||
| 1452 | static bool | 1452 | bool |
| 1453 | encode_coding_utf_8 (struct coding_system *coding) | 1453 | encode_coding_utf_8 (struct coding_system *coding) |
| 1454 | { | 1454 | { |
| 1455 | bool multibytep = coding->dst_multibyte; | 1455 | bool multibytep = coding->dst_multibyte; |