summaryrefslogtreecommitdiff
path: root/src/post/goom
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-02-18 19:56:36 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-02-18 19:56:36 +0000
commitf7c02276ee4d2260d2b32a4fe5846bec93a7f4c6 (patch)
tree9b521e769f0a2a11e04f0dd4c943879665934df3 /src/post/goom
parentb41e6bd093331cb3c5af28fc44b6e985b5ca33e8 (diff)
downloadxine-lib-f7c02276ee4d2260d2b32a4fe5846bec93a7f4c6.tar.gz
xine-lib-f7c02276ee4d2260d2b32a4fe5846bec93a7f4c6.tar.bz2
"No newline at end of file" fixes.
Diffstat (limited to 'src/post/goom')
-rw-r--r--src/post/goom/ppc_zoom_ultimate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/ppc_zoom_ultimate.h b/src/post/goom/ppc_zoom_ultimate.h
index d6932e7e6..d070071c9 100644
--- a/src/post/goom/ppc_zoom_ultimate.h
+++ b/src/post/goom/ppc_zoom_ultimate.h
@@ -11,4 +11,4 @@
void ppc_zoom_generic (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]);
/* G4 Specific PowerPC Code (Possible use of Altivec and Data Streams) */
-void ppc_zoom_G4 (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]); \ No newline at end of file
+void ppc_zoom_G4 (int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]);