diff options
-rw-r--r-- | xorg-server/hw/xwin/swrastwgl_dri/swrastwgl_dri.c | 4 |
1 files changed, 2 insertions, 2 deletions
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);
|