diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-06-02 19:02:41 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2006-06-02 19:02:41 +0000 |
commit | 27e6177fa3cfdfd59f74841c5ccd420c63fd1a2d (patch) | |
tree | 16414394de67f297fe316a34f687a7ecc658655c /src | |
parent | 24cfe9cdb0d052e042f35dcfc706dc1a6c5023b3 (diff) | |
download | xine-lib-27e6177fa3cfdfd59f74841c5ccd420c63fd1a2d.tar.gz xine-lib-27e6177fa3cfdfd59f74841c5ccd420c63fd1a2d.tar.bz2 |
Trivial #warning fixup from Gentoo. Also fix the spelling of those warnings.
CVS patchset: 8003
CVS date: 2006/06/02 19:02:41
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/libdha/sysdep/AsmMacros_generic.h | 2 | ||||
-rw-r--r-- | src/video_out/libdha/sysdep/pci_generic_cpu.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/libdha/sysdep/AsmMacros_generic.h b/src/video_out/libdha/sysdep/AsmMacros_generic.h index f3844c5ed..183f831e5 100644 --- a/src/video_out/libdha/sysdep/AsmMacros_generic.h +++ b/src/video_out/libdha/sysdep/AsmMacros_generic.h @@ -5,7 +5,7 @@ #ifndef __ASM_MACROS_GENERIC_H #define __ASM_MACROS_GENERIC_H -#warn This stuff is not ported on yur system +#warning This stuff is not ported on your system static __inline__ void outb(short port,char val) { diff --git a/src/video_out/libdha/sysdep/pci_generic_cpu.c b/src/video_out/libdha/sysdep/pci_generic_cpu.c index 3a37890eb..729d48b5a 100644 --- a/src/video_out/libdha/sysdep/pci_generic_cpu.c +++ b/src/video_out/libdha/sysdep/pci_generic_cpu.c @@ -1,7 +1,7 @@ /* Generic stuff to compile VIDIX only on any system (SCRATCH) */ -#warn This stuff is not ported on yur system +#warning This stuff is not ported on your system static int pci_config_type( void ) { |