From: havoc Date: Tue, 24 Sep 2002 08:38:27 +0000 (+0000) Subject: whitespace changes by Elric X-Git-Tag: RELEASE_0_2_0_RC1~206 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d7e1d37852fbe0a364d85f0543790048a162b0d5;p=xonotic%2Fdarkplaces.git whitespace changes by Elric git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2428 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cd_linux.c b/cd_linux.c index 90f6976b..7ee79189 100644 --- a/cd_linux.c +++ b/cd_linux.c @@ -211,9 +211,9 @@ void CDAudio_Resume(void) static void CD_f (void) { - char *command; - int ret; - int n; + const char *command; + int ret; + int n; if (Cmd_Argc() < 2) return;