gallium/util: make stream variable static in u_debug_refcnt.c
authorBrian Paul <brianp@vmware.com>
Fri, 4 Mar 2016 20:03:55 +0000 (13:03 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 5 Mar 2016 16:20:23 +0000 (09:20 -0700)
Reviewed-by: Eduardo Lima Mitev <elima@igalia.com>
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?