diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-06-26 16:26:58 +0200 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-06-26 16:26:58 +0200 |
commit | b85f268051a785f90e4c55bd1cac80d673388f16 (patch) | |
tree | 0e7947569346d60fd2638d5ba4cd2249de18f914 | |
parent | 6a3f89f4b6035534c7b93a4c05fd704305349785 (diff) |
Fix remaining warning.
-rw-r--r-- | src/i830_memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_memory.c b/src/i830_memory.c index 50bbde53..c1c7cb73 100644 --- a/src/i830_memory.c +++ b/src/i830_memory.c @@ -874,7 +874,7 @@ I830Allocate2DMemory(ScrnInfoPtr pScrn, const int flags) return FALSE; } else { xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Successful allocate " - "offscreen memory at 0x%lx, size %d KB\n", + "offscreen memory at 0x%lx, size %ld KB\n", pI830->Offscreen.Start, pI830->Offscreen.Size/1024); } #endif |