diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-06-08 14:53:18 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-06-08 14:53:18 +0000 |
commit | 319097c5dc97cdb935af919bf41e58504cb6ece9 (patch) | |
tree | 2c54c1f3768b67be9e3336e307a372c7327d0cc7 /vidix/sysdep | |
parent | 625d77f9fc27227d326ff757575434fe3bae01f8 (diff) |
Add comments to a few #endif preprocessor directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27037 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/sysdep')
-rw-r--r-- | vidix/sysdep/pci_linux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vidix/sysdep/pci_linux.c b/vidix/sysdep/pci_linux.c index a4eb3ebdde..aca99573db 100644 --- a/vidix/sysdep/pci_linux.c +++ b/vidix/sysdep/pci_linux.c @@ -86,7 +86,7 @@ static int pci_get_vendor( { return pci_config_read_long(bus, dev, func, 0); } -#endif +#endif /* CONFIG_SVGAHELPER */ static __inline__ int enable_os_io(void) { @@ -210,4 +210,4 @@ static long pci_config_read_long( } return retval; } -#endif +#endif /* defined(CONFIG_PCI_LINUX_PROC) */ |