diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2000-12-27 22:55:09 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2000-12-27 22:55:09 +0000 |
commit | 1b686cedf4f9f4baa1e9b3f399746cd0ebb9b521 (patch) | |
tree | 7fc5883f8bd8ac917ca23609ded625f416f09dca | |
parent | 376d022e4a5a56f81f089a13a34438981fe83178 (diff) |
try and force a log message
-rw-r--r-- | src/mesa/main/dlist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 5d64b0488e..bb52349ffc 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -1,4 +1,4 @@ -/* $Id: dlist.c,v 1.56 2000/12/27 22:52:45 keithw Exp $ */ +/* $Id: dlist.c,v 1.57 2000/12/27 22:55:09 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -4811,7 +4811,6 @@ _mesa_EndList( void ) ctx->CurrentDispatch = ctx->Exec; _glapi_set_dispatch( ctx->CurrentDispatch ); - } |