summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2000-12-27 22:57:13 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2000-12-27 22:57:13 +0000
commit20911cb17ca2fa418c991c189641d978fc6cde2b (patch)
tree84c8ecca7761affb2af8b9be21f678029b27d4e5 /src/mesa/main
parent1b686cedf4f9f4baa1e9b3f399746cd0ebb9b521 (diff)
try and force a log message
Diffstat (limited to 'src/mesa/main')
-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 bb52349ffc..3c493b2716 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -1,4 +1,4 @@
-/* $Id: dlist.c,v 1.57 2000/12/27 22:55:09 keithw Exp $ */
+/* $Id: dlist.c,v 1.58 2000/12/27 22:57:13 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -4811,6 +4811,7 @@ _mesa_EndList( void )
ctx->CurrentDispatch = ctx->Exec;
_glapi_set_dispatch( ctx->CurrentDispatch );
+
}