summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2000-12-27 23:01:25 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2000-12-27 23:01:25 +0000
commita884b4b81168df26b2e049ea765af92c393b850b (patch)
treea914dc95f7f311f36ab835631ea5eedb20acad3f /src/mesa/main/dlist.c
parent4292e9c06b1c3f98738e5e76d606e06918b58073 (diff)
try and force a log message
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r--src/mesa/main/dlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index 5d562d55cd..c7848dfc75 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -1,4 +1,4 @@
-/* $Id: dlist.c,v 1.59 2000/12/27 22:59:46 keithw Exp $ */
+/* $Id: dlist.c,v 1.60 2000/12/27 23:01:25 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -4811,6 +4811,7 @@ _mesa_EndList( void )
ctx->CurrentDispatch = ctx->Exec;
_glapi_set_dispatch( ctx->CurrentDispatch );
+
}