From 23c906cb8cb4fe59a2cf082fff7b9cca1a8d2040 Mon Sep 17 00:00:00 2001 From: Chase Date: Wed, 5 Nov 2025 16:27:03 -0500 Subject: [PATCH] exa.c: small formatting fix --- exa/exa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exa/exa.c b/exa/exa.c index f32184fb84..f71bc554fc 100644 --- a/exa/exa.c +++ b/exa/exa.c @@ -398,7 +398,7 @@ exaFinishAccess(DrawablePtr pDrawable, int index) /* Catch unbalanced Prepare/FinishAccess calls. */ if (i == EXA_NUM_PREPARE_INDICES) - EXA_FatalErrorDebugWithRet(("EXA bug: FinishAccess called without PrepareAccess for pixmap 0x%p.\n", pPixmap),); + EXA_FatalErrorDebugWithRet(("EXA bug: FinishAccess called without PrepareAccess for pixmap 0x%p.\n", (void *)pPixmap),); pExaScr->access[i].pixmap = NULL;