gallium/util: make stream variable static in u_debug_refcnt.c

Reviewed-by: Eduardo Lima Mitev <elima@igalia.com>
This commit is contained in:
Brian Paul
2016-03-04 13:03:55 -07:00
parent fb0abedce7
commit cbca6964e2

View File

@@ -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?