system: nxplayer: Fix a compile error if CONFIG_DEBUG_AUDIO_ERROR=y

Summary:
- This commit fixes a compile error

Impact:
- Affects nxplayer with CONFIG_DEBUG_AUDIO_ERROR=y

Testing:
- Tested with spresense:rndis

Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2020-09-16 10:41:59 +09:00 committed by Xiang Xiao
parent e5e3c36b35
commit 03c3b2ed0f

View File

@ -669,7 +669,7 @@ static int nxplayer_readbuffer(FAR struct nxplayer_s *pplayer,
if (apb->nbytes < apb->nmaxbytes)
{
#ifdef CONFIG_DEBUG_AUDIO_INFO
#if defined (CONFIG_DEBUG_AUDIO_INFO) || defined (CONFIG_DEBUG_AUDIO_ERROR)
int errcode = errno;
audinfo("Closing audio file, nbytes=%d errcode=%d\n",