From 3be08ad7b814a6a371bfc8114a9aa7a8cb8bd48c Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 23 Feb 2012 11:41:32 +0100 Subject: Fixed error in debug message --- xorg-server/hw/xwin/swrastwgl_dri/swrastwgl_dri.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xorg-server/hw/xwin/swrastwgl_dri') diff --git a/xorg-server/hw/xwin/swrastwgl_dri/swrastwgl_dri.c b/xorg-server/hw/xwin/swrastwgl_dri/swrastwgl_dri.c index 4c20c09ab..4633d4867 100644 --- a/xorg-server/hw/xwin/swrastwgl_dri/swrastwgl_dri.c +++ b/xorg-server/hw/xwin/swrastwgl_dri/swrastwgl_dri.c @@ -894,7 +894,7 @@ static const __DRIconfig **dri_init_screen(__DRIscreen * psp) { __DRIconfig **configs8, **configs16, **configs24, **configs32; - PRINTF(__FUNCTION__": psp %x\n"); + PRINTF(__FUNCTION__": psp %x\n", psp); psp->extensions = dri_screen_extensions; @@ -919,7 +919,7 @@ static __DRIscreen *driCreateNewScreen(int scrn, const __DRIextension **extensio if (!psp) return NULL; - PRINTF(__FUNCTION__": psp %x\n",psp); + PRINTF(__FUNCTION__": psp %x\n", psp); setupLoaderExtensions(psp, extensions); -- cgit v1.2.3