From 6693a99a2c8b3d61f0735ba093d3354276ca4f9d Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 17 Jun 1999 22:57:01 +0000 Subject: [PATCH] (invalid_eol_type): Make it unsigned. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) If EOL_FLAG is 1, set also a mnemonic character for end-of-line type of CODING_SYSTEM. Return updated pointer into BUF. */ -static char invalid_eol_type[] = "(*invalid*)"; +static unsigned char invalid_eol_type[] = "(*invalid*)"; static char * decode_mode_spec_coding (coding_system, buf, eol_flag) -- 2.39.2