diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-05-24 23:26:50 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-05-24 23:26:50 +0000 |
commit | 3b674815e0a6d19b0719e71261c0909b92173aed (patch) | |
tree | afbde9ec7be5d9f7c7560d47c6dd7a16af612889 | |
parent | 0845d1db801ae74688464bd4c41a7e40e4b50186 (diff) |
Typo fix from bug #3163 commit
-rw-r--r-- | src/atidri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atidri.c b/src/atidri.c index 64e52a7a..1cb97f09 100644 --- a/src/atidri.c +++ b/src/atidri.c @@ -1099,7 +1099,7 @@ Bool ATIDRIScreenInit( ScreenPtr pScreen ) "[dri] ATIDRIScreenInit failed because of a version mismatch.\n" "[dri] libdri version is %d.%d.%d but version %d.%d.x is needed.\n" "[dri] Disabling the DRI.\n", - major, minor, patch + major, minor, patch, DRIINFO_MAJOR_VERSION, DRIINFO_MINOR_VERSION ); return FALSE; } |