summaryrefslogtreecommitdiff
path: root/apps
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
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')
-rw-r--r--apps/ChangeLog.txt3
-rw-r--r--apps/system/nxplayer/nxplayer.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index a413f580f..b0634cacb 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -886,3 +886,6 @@
from Manuel Stuehn (2014-4-12).
* apps/examples/touchscreen: Add a configuration option to indicate if
architecture-specific initialized is required, yes or no (2014-4-14).
+ * apps/system/nxplayer/nxplayer.c: Complilation failure in one
+ configuration reported by Manuel Stuhn (2014-4-21).
+
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 */