Skip to content

Commit

Permalink
Minor wording change.
Browse files Browse the repository at this point in the history
  • Loading branch information
kondrak committed Aug 3, 2019
1 parent 9606289 commit 8603cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/snd_miniaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static void Miniaudio_f(void)
if (Q_strcasecmp(command, "info") == 0)
{
if (device.pContext)
Com_Printf("Using %s audio backend. ", ma_get_backend_name(device.pContext->backend));
Com_Printf("Using %s backend. ", ma_get_backend_name(device.pContext->backend));
else
Com_Printf("No audio backend enabled. ");

Expand Down

0 comments on commit 8603cd8

Please sign in to comment.