sna: DBG message fix for !xvmc

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-08-22 18:57:32 +01:00
parent 9b2cf5c7ab
commit fef2f4dbae
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
#else
static inline void sna_video_xvmc_setup(struct sna *sna, ScreenPtr ptr)
{
DBG(("%s: XvMC not compiled in\n"));
DBG(("%s: XvMC not compiled in\n", __FUNCTION__));
}
#endif