summaryrefslogtreecommitdiff
path: root/apps/system
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system')
-rw-r--r--apps/system/nxplayer/nxplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/nxplayer/nxplayer.c b/apps/system/nxplayer/nxplayer.c
index 58d2fb7ef..147871f6f 100644
--- a/apps/system/nxplayer/nxplayer.c
+++ b/apps/system/nxplayer/nxplayer.c
@@ -169,7 +169,7 @@ static int nxplayer_opendevice(FAR struct nxplayer_s *pPlayer, int format,
*/
if (((pPlayer->prefformat & (1 << (format - 1)) == 0) ||
- ((pPlayer->preftype & AUDIO_TYPE_OUTPUT) == 0))
+ ((pPlayer->preftype & AUDIO_TYPE_OUTPUT) == 0)))
{
/* Format not supported by the device */