diff options
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 ) { |