summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */