exa.c: 0x prefix is superfluous

This commit is contained in:
Chase
2025-11-05 16:38:13 -05:00
committed by Enrico Weigelt
parent 23c906cb8c
commit a3eab2e968

View File

@@ -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", (void *)pPixmap),);
EXA_FatalErrorDebugWithRet(("EXA bug: FinishAccess called without PrepareAccess for pixmap %p.\n", (void *)pPixmap),);
pExaScr->access[i].pixmap = NULL;