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 5f3ceab718b..ff7cf56c297 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -5488,7 +5488,7 @@ decode_coding_charset (struct coding_system *coding) | |||
| 5488 | { | 5488 | { |
| 5489 | int c; | 5489 | int c; |
| 5490 | Lisp_Object val; | 5490 | Lisp_Object val; |
| 5491 | struct charset *charset; | 5491 | struct charset *charset UNINIT; |
| 5492 | int dim; | 5492 | int dim; |
| 5493 | int len = 1; | 5493 | int len = 1; |
| 5494 | unsigned code; | 5494 | unsigned code; |