diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-18 19:56:36 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-02-18 19:56:36 +0000 |
commit | f7c02276ee4d2260d2b32a4fe5846bec93a7f4c6 (patch) | |
tree | 9b521e769f0a2a11e04f0dd4c943879665934df3 /src/xine-utils | |
parent | b41e6bd093331cb3c5af28fc44b6e985b5ca33e8 (diff) | |
download | xine-lib-f7c02276ee4d2260d2b32a4fe5846bec93a7f4c6.tar.gz xine-lib-f7c02276ee4d2260d2b32a4fe5846bec93a7f4c6.tar.bz2 |
"No newline at end of file" fixes.
Diffstat (limited to 'src/xine-utils')
-rw-r--r-- | src/xine-utils/xine_mmx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/xine_mmx.h b/src/xine-utils/xine_mmx.h index 589e1b7fb..440d1efcc 100644 --- a/src/xine-utils/xine_mmx.h +++ b/src/xine-utils/xine_mmx.h @@ -487,4 +487,4 @@ typedef union { : "X" (mem)) #endif /*ARCH_X86 */ -#endif /*XINE_MMX_H*/
\ No newline at end of file +#endif /*XINE_MMX_H*/ |