Skip to content

Commit 23c906c

Browse files
clhinmetux
authored andcommitted
exa.c: small formatting fix
1 parent ea5fade commit 23c906c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exa/exa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ exaFinishAccess(DrawablePtr pDrawable, int index)
398398

399399
/* Catch unbalanced Prepare/FinishAccess calls. */
400400
if (i == EXA_NUM_PREPARE_INDICES)
401-
EXA_FatalErrorDebugWithRet(("EXA bug: FinishAccess called without PrepareAccess for pixmap 0x%p.\n", pPixmap),);
401+
EXA_FatalErrorDebugWithRet(("EXA bug: FinishAccess called without PrepareAccess for pixmap 0x%p.\n", (void *)pPixmap),);
402402

403403
pExaScr->access[i].pixmap = NULL;
404404

0 commit comments

Comments
 (0)