gallium/util: make stream variable static in u_debug_refcnt.c
[mesa.git] / src / gallium / auxiliary / util / u_debug_refcnt.c
index a23f19178526590525fead917322978ea255d824..f486492b3cd90a4720fdedb9958abed6201a617d 100644 (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?