audio NULL driver: Fix an error in a variable name

This commit is contained in:
Gregory Nutt 2014-08-09 10:33:31 -06:00
parent 5803fb78b8
commit a3e28c2c16
1 changed files with 1 additions and 1 deletions

View File

@ -650,7 +650,7 @@ static int null_enqueuebuffer(FAR struct audio_lowerhalf_s *dev,
FAR struct ap_buffer_s *apb)
{
FAR struct null_dev_s *priv = (FAR struct null_dev_s *)dev;
bool final;
bool done;
audvdbg("apb=%p curbyte=%d nbytes=%d\n", apb, apb->curbyte, apb->nbytes);