aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index b401f59de27..55a3ecdb8c1 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -4566,7 +4566,7 @@ pint2str (buf, width, d)
4566 If EOL_FLAG is 1, set also a mnemonic character for end-of-line 4566 If EOL_FLAG is 1, set also a mnemonic character for end-of-line
4567 type of CODING_SYSTEM. Return updated pointer into BUF. */ 4567 type of CODING_SYSTEM. Return updated pointer into BUF. */
4568 4568
4569static char invalid_eol_type[] = "(*invalid*)"; 4569static unsigned char invalid_eol_type[] = "(*invalid*)";
4570 4570
4571static char * 4571static char *
4572decode_mode_spec_coding (coding_system, buf, eol_flag) 4572decode_mode_spec_coding (coding_system, buf, eol_flag)