fb_ng: fix typo in blitBox2FB()

Origin commit data
------------------
Branch: ni/coolstream
Commit: 689b2e472a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-03 (Sun, 03 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2016-01-03 17:46:50 +01:00
parent 2e3f859315
commit cf9ef56d6d

View File

@@ -1242,7 +1242,7 @@ void CFrameBuffer::blitBox2FB(const fb_pixel_t* boxBuf, uint32_t width, uint32_t
fbp += swidth;
line++;
}
accel->mark(xoff, yoff, xoff + width, xoff + height);
accel->mark(xoff, yoff, xoff + width, yoff + height);
checkFbArea(xoff, yoff, width, height, false);
}