summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeron Johnson <deron.johnson@sun.com>2005-01-16 00:09:53 +0000
committerDeron Johnson <deron.johnson@sun.com>2005-01-16 00:09:53 +0000
commit58ba0d6413b9eb6f0d4d2b90d4562776c3e6e75f (patch)
treef5ecee5ffcaf5f40d0e0f8efcd10cfe8e233903d
parent156f55909f27fed5707f0595acd52a166977db17 (diff)
Part of the fix for 193. (lg3d-x11 0-6-1-18).rel-0-6-1lg3d-dev-0-6-1-latest
-rw-r--r--dix/dispatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dix/dispatch.c b/dix/dispatch.c
index 6b4593a16..bfed94ebb 100644
--- a/dix/dispatch.c
+++ b/dix/dispatch.c
@@ -1,4 +1,4 @@
-/* $XdotOrg: xc/programs/Xserver/dix/dispatch.c,v 1.5.6.4 2005/01/06 04:14:00 deronj Exp $ */
+/* $XdotOrg: xc/programs/Xserver/dix/dispatch.c,v 1.5.14.1 2005/01/10 03:45:03 deronj Exp $ */
/* $Xorg: dispatch.c,v 1.5 2001/02/09 02:04:40 xorgcvs Exp $ */
/************************************************************
@@ -583,7 +583,7 @@ Dispatch(void)
#endif
#if defined(LG3D) && defined(DISPATCH_DEBUG)
- if (printprocs) {
+ if (printprocs) {
char *procName;
if (MAJOROP >= NUM_PROC_NAMES) {