From c46f34a62e5438206331ff480bb8eaf2d11f1514 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 21 Apr 2014 11:30:39 -0600 Subject: [PATCH] =?UTF-8?q?nxplayer:=20=20Complilation=20failure=20in=20on?= =?UTF-8?q?e=20configuration=20reported=20by=20Manuel=20St=FChn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ChangeLog.txt | 3 +++ system/nxplayer/nxplayer.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index a413f580f..b0634cacb 100644 --- a/ChangeLog.txt +++ b/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/system/nxplayer/nxplayer.c b/system/nxplayer/nxplayer.c index 58d2fb7ef..147871f6f 100644 --- a/system/nxplayer/nxplayer.c +++ b/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 */