try and force a log message

This commit is contained in:
Keith Whitwell
2000-12-27 22:57:13 +00:00
parent 1b686cedf4
commit 20911cb17c
+2 -1
View File
@@ -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 );
}