diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2000-12-27 22:59:46 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2000-12-27 22:59:46 +0000 |
commit | 4292e9c06b1c3f98738e5e76d606e06918b58073 (patch) | |
tree | ec3580f8111d88203423db841f610bb4f1098b7b | |
parent | 20911cb17ca2fa418c991c189641d978fc6cde2b (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 3c493b2716..5d562d55cd 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -1,4 +1,4 @@ -/* $Id: dlist.c,v 1.58 2000/12/27 22:57:13 keithw Exp $ */ +/* $Id: dlist.c,v 1.59 2000/12/27 22:59:46 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -4811,7 +4811,6 @@ _mesa_EndList( void ) ctx->CurrentDispatch = ctx->Exec; _glapi_set_dispatch( ctx->CurrentDispatch ); - } |