From 1bfe71333349acfe1c356d4842819dfa8b5f8b2a Mon Sep 17 00:00:00 2001 From: divverent Date: Tue, 29 Dec 2009 12:11:00 +0000 Subject: [PATCH] fix declaration of buildstring git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9733 d7cf8633-e32d-0410-b094-e92efae38249 --- quakedef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quakedef.h b/quakedef.h index 159edfdd..5770616a 100644 --- a/quakedef.h +++ b/quakedef.h @@ -48,7 +48,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "qtypes.h" -extern char *buildstring; +extern const char *buildstring; extern char engineversion[128]; #define GAMENAME "id1" -- 2.39.2