changeset 23053:a74bda857a3c

declare variable as static
author ben
date Sun, 22 Apr 2007 15:30:05 +0000
parents c200cf412399
children d266eaa9aab0
files vidix/mach64_vid.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/mach64_vid.c	Sun Apr 22 15:27:49 2007 +0000
+++ b/vidix/mach64_vid.c	Sun Apr 22 15:30:05 2007 +0000
@@ -53,7 +53,7 @@
 static int supports_planar=0;
 static int supports_lcd_v_stretch=0;
 
-pciinfo_t pci_info;
+static pciinfo_t pci_info;
 static int probed = 0;
 static int __verbose = 0;