From 030bbe5a3ddc2238e4485cf8080d115c279beb62 Mon Sep 17 00:00:00 2001 From: sezero Date: Mon, 23 Aug 2010 17:23:39 +0000 Subject: [PATCH] cd_sdl.c: no need for uhexen2's CVS version identifier to stay here. git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@288 af15c1b1-3010-417e-b628-4374ebc0bcbd --- quakespasm/Quake/cd_sdl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/quakespasm/Quake/cd_sdl.c b/quakespasm/Quake/cd_sdl.c index eb79cb0f..794a5410 100644 --- a/quakespasm/Quake/cd_sdl.c +++ b/quakespasm/Quake/cd_sdl.c @@ -1,6 +1,5 @@ /* cd_sdl.c - $Id: cd_sdl.c,v 1.19 2010/01/27 16:22:42 sezero Exp $ Copyright (C) 1996-1997 Id Software, Inc. Taken from the Twilight project with modifications @@ -508,7 +507,7 @@ int CDAudio_Init(void) if (COM_CheckParm("-nocdaudio")) return -1; - export_cddev_arg (); + export_cddev_arg(); if (SDL_InitSubSystem(SDL_INIT_CDROM) == -1) {