]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
whitespace changes by Elric
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Sep 2002 08:38:27 +0000 (08:38 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Sep 2002 08:38:27 +0000 (08:38 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2428 d7cf8633-e32d-0410-b094-e92efae38249

cd_linux.c

index 90f6976b91ce22644b5c94edfa953e164473082b..7ee7918916e3829bb61da0c781d8da5320f42486 100644 (file)
@@ -211,9 +211,9 @@ void CDAudio_Resume(void)
 
 static void CD_f (void)
 {
 
 static void CD_f (void)
 {
-       char    *command;
-       int             ret;
-       int             n;
+       const char      *command;
+       int                     ret;
+       int                     n;
 
        if (Cmd_Argc() < 2)
                return;
 
        if (Cmd_Argc() < 2)
                return;