aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index 48640941412..e329a228177 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -1,5 +1,5 @@
1/* Coding system handler (conversion, detection, and etc). 1/* Coding system handler (conversion, detection, and etc).
2 Copyright (C) 1995, 1997, 1998, 2002 Electrotechnical Laboratory, JAPAN. 2 Copyright (C) 1995,97,1998,2002,2003 Electrotechnical Laboratory, JAPAN.
3 Licensed to the Free Software Foundation. 3 Licensed to the Free Software Foundation.
4 Copyright (C) 2001,2002,2003 Free Software Foundation, Inc. 4 Copyright (C) 2001,2002,2003 Free Software Foundation, Inc.
5 5
@@ -6433,7 +6433,7 @@ find_safe_codings (p, pend, safe_codings, work_table, single_byte_char_found)
6433 Lisp_Object safe_codings, work_table; 6433 Lisp_Object safe_codings, work_table;
6434 int *single_byte_char_found; 6434 int *single_byte_char_found;
6435{ 6435{
6436 int c, len, i; 6436 int c, len;
6437 Lisp_Object val, ch; 6437 Lisp_Object val, ch;
6438 Lisp_Object prev, tail; 6438 Lisp_Object prev, tail;
6439 6439