summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2006-06-15 21:05:16 +1000
committerDave Airlie <airlied@linux.ie>2006-06-15 21:05:16 +1000
commitdfac8191dbda29ef7f6ce33d7356fee89c17d59b (patch)
treea459987bbaf9dd44e8bfaebbcb8351283110cee3 /src
parent33525540f3a9d6760c6edcfe765d2a004a6b894f (diff)
fix last ati*.[ch] format specifiers
Diffstat (limited to 'src')
-rw-r--r--src/atimode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atimode.c b/src/atimode.c
index c3d5a2cc..17210de1 100644
--- a/src/atimode.c
+++ b/src/atimode.c
@@ -1000,7 +1000,7 @@ ATISetVBEMode
#endif
default:
xf86DrvMsg(pScreenInfo->scrnIndex, X_INFO,
- "Mode not supported for TV-Out: depth: %ld HDisplay: %ld\n",
+ "Mode not supported for TV-Out: depth: %d HDisplay: %d\n",
modekey>>16, modekey & 0xffff);
return;
}