]> git.eshelyaron.com Git - emacs.git/commitdiff
(invalid_eol_type): Make it unsigned.
authorKarl Heuer <kwzh@gnu.org>
Thu, 17 Jun 1999 22:57:01 +0000 (22:57 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 17 Jun 1999 22:57:01 +0000 (22:57 +0000)
src/xdisp.c

index b401f59de27a63e8e267e30570b77072ff449d3e..55a3ecdb8c140e7760b5843bec8de6fa23d57b10 100644 (file)
@@ -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)