summaryrefslogtreecommitdiff
path: root/apps/system
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-21 11:30:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-21 11:30:39 -0600
commit8d4d3c04f0f0a2daf58f9cd558e14155376e82a3 (patch)
tree6c845f11f2ffabd7aec7e576dcb2b04fb5bc041b /apps/system
parenta33be1f61f1921d15b606140cf3e40e4c8cebaad (diff)
downloadnuttx-8d4d3c04f0f0a2daf58f9cd558e14155376e82a3.tar.gz
nuttx-8d4d3c04f0f0a2daf58f9cd558e14155376e82a3.tar.bz2
nuttx-8d4d3c04f0f0a2daf58f9cd558e14155376e82a3.zip
nxplayer: Complilation failure in one configuration reported by Manuel Stühn
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 */