]> code.delx.au - gnu-emacs/blobdiff - src/dispnew.c
Fix compiler warnings in the MinGW build
[gnu-emacs] / src / dispnew.c
index 4cc908a3c2a76e8954297135c3e2fd5b6ad605a3..82d0b76a95f0a0b39f6516dc9546550346fdc4d9 100644 (file)
@@ -6042,7 +6042,7 @@ init_display (void)
     fatal ("standard input is not a tty");
 
 #ifdef WINDOWSNT
-  terminal_type = "w32console";
+  terminal_type = (char *)"w32console";
 #else
   terminal_type = getenv ("TERM");
 #endif