From 19466db77813385693cf78b8bc7d97b58dd2b14c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 24 Mar 2014 00:18:33 -0400 Subject: Fix various Clang compiler warnings. --- src/i_cdmus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i_cdmus.c') diff --git a/src/i_cdmus.c b/src/i_cdmus.c index e9756dd9..7dad8315 100644 --- a/src/i_cdmus.c +++ b/src/i_cdmus.c @@ -36,7 +36,7 @@ static SDL_CD *cd_handle = NULL; static char *startup_error = NULL; -static char *cd_name = NULL; +static const char *cd_name = NULL; int cd_Error; -- cgit v1.2.3