# HG changeset patch # User ben # Date 1177255805 0 # Node ID a74bda857a3c3d1d3acadfb54a6abce9d1f7d695 # Parent c200cf412399d854f87b331b26d9ff2bed26c470 declare variable as static diff -r c200cf412399 -r a74bda857a3c vidix/mach64_vid.c --- 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;