Skip to content

Commit

Permalink
qnx: Fixed error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jul 29, 2017
1 parent cea33bf commit 68ca9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/qsa/SDL_qsa_audio.c
Expand Up @@ -441,7 +441,7 @@ QSA_OpenDevice(_THIS, void *handle, const char *devname, int iscapture)
/* Setup the transfer parameters according to cparams */
status = snd_pcm_plugin_params(this->hidden->audio_handle, &cparams);
if (status < 0) {
return QSA_SetError("snd_pcm_channel_params", status);
return QSA_SetError("snd_pcm_plugin_params", status);
}

/* Make sure channel is setup right one last time */
Expand Down

0 comments on commit 68ca9d9

Please sign in to comment.