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 */