try and force a log message
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 27 Dec 2000 22:59:46 +0000 (22:59 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 27 Dec 2000 22:59:46 +0000 (22:59 +0000)
src/mesa/main/dlist.c

index 3c493b271692eeeba14bb1c389e05a18c3f49f46..5d562d55cd9c42dfa9e90757540ddc16bc367417 100644 (file)
@@ -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 );
-
 }