mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 09:48:07 +02:00
Committing in .
Adding a missing ',' in a parameter list of a routine called Modified Files: Mesa/src/imports.c ----------------------------------------------------------------------
This commit is contained in:
parent
89f9cf8add
commit
b4338e5887
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: imports.c,v 1.15 2002/06/29 19:48:16 brianp Exp $ */
|
||||
/* $Id: imports.c,v 1.16 2002/07/01 08:26:00 joukj Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -95,7 +95,7 @@ warning(__GLcontext *gc, char *str)
|
|||
#ifdef DEBUG
|
||||
debug = GL_TRUE;
|
||||
#else
|
||||
if (_mesa_getenv(gc "MESA_DEBUG"))
|
||||
if (_mesa_getenv(gc , "MESA_DEBUG"))
|
||||
debug = GL_TRUE;
|
||||
else
|
||||
debug = GL_FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue