summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2013-05-09 12:39:58 +0000
committerTormod Volden <debian.tormod@gmail.com>2013-05-09 15:57:32 +0200
commit3425ddb4c5dd7bbd91068c7ba0b1c001719795a5 (patch)
tree6dd9332253f8de6d183702576415f9d20063d3ad
parentac460e6836bdd2cd16c9d29743376c16fdc6924e (diff)
Fix building with TRACEON defined
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r--src/savage_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/savage_driver.c b/src/savage_driver.c
index 20c7094..4c8386d 100644
--- a/src/savage_driver.c
+++ b/src/savage_driver.c
@@ -2243,7 +2243,7 @@ static void SavageLeaveVT(VT_FUNC_ARGS_DECL)
ScreenPtr pScreen;
#endif
- TRACE(("SavageLeaveVT(%d)\n", flags));
+ TRACE(("SavageLeaveVT()\n"));
gpScrn = pScrn;
#ifdef SAVAGEDRI