summaryrefslogtreecommitdiff
path: root/src/radeon_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_macros.h')
-rw-r--r--src/radeon_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_macros.h b/src/radeon_macros.h
index b3b740f1..ae8d9506 100644
--- a/src/radeon_macros.h
+++ b/src/radeon_macros.h
@@ -169,7 +169,7 @@ do { \
if (!info->cs) { \
uint32_t _pix_offset = radeonGetPixmapOffset(pPix); \
if ((_pix_offset & mask) != 0) \
- RADEON_FALLBACK(("Bad %s offset 0x%x\n", type, (int)pix_offset)); \
+ RADEON_FALLBACK(("Bad %s offset 0x%x\n", type, (int)_pix_offset)); \
} \
} while(0)