shithub: choc

Download patch

ref: 3f7732e0e7fe70a7378ee9d56c046f502a69a342
parent: 6f0a635df41cd4c793c7ca1d4e65524f95a0ef03
author: Turo Lamminen <turotl@gmail.com>
date: Sat May 26 12:09:50 EDT 2018

video: Make window_title variable const

--- a/src/i_video.c
+++ b/src/i_video.c
@@ -55,7 +55,7 @@
 
 // Window title
 
-static char *window_title = "";
+static const char *window_title = "";
 
 // These are (1) the 320x200x8 paletted buffer that we draw to (i.e. the one
 // that holds I_VideoBuffer), (2) the 320x200x32 RGBA intermediate buffer that