mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix a const correctness issue
This commit is contained in:
parent
0926ab64ec
commit
f8eda03b63
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ check_card (int card)
|
|||
static qboolean
|
||||
SNDDMA_Init (void)
|
||||
{
|
||||
char *err_msg = "";
|
||||
const char *err_msg = "";
|
||||
int bps, frag_size, i;
|
||||
int format = -1, rate = -1, stereo = -1, rc = 0;
|
||||
unsigned int mask;
|
||||
|
|
Loading…
Reference in a new issue