diff options
Diffstat (limited to 'src/radeon_crtc.c')
-rw-r--r-- | src/radeon_crtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_crtc.c b/src/radeon_crtc.c index 8984428a..2023f40a 100644 --- a/src/radeon_crtc.c +++ b/src/radeon_crtc.c @@ -637,7 +637,7 @@ RADEONComputePLL(RADEONPLLPtr pll, CARD32 best_error = 0xffffffff; CARD32 best_vco_diff = 1; - ErrorF("freq: %d\n", freq); + ErrorF("freq: %lu\n", freq); for (i = 0; post_divs[i]; i++) { int post_div = post_divs[i]; |