mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 14:20:11 +01:00
gallium/util: make stream variable static in u_debug_refcnt.c
Reviewed-by: Eduardo Lima Mitev <elima@igalia.com>
This commit is contained in:
parent
fb0abedce7
commit
cbca6964e2
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
int debug_refcnt_state;
|
||||
|
||||
FILE *stream;
|
||||
static FILE *stream;
|
||||
|
||||
/* TODO: maybe move this serial machinery to a stand-alone module and
|
||||
* expose it?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue