summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/bitmap')
-rw-r--r--Gui/bitmap/bmp/bmp.c3
-rw-r--r--Gui/bitmap/tga/tga.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/Gui/bitmap/bmp/bmp.c b/Gui/bitmap/bmp/bmp.c
index cd57da789a..b362d3f9a3 100644
--- a/Gui/bitmap/bmp/bmp.c
+++ b/Gui/bitmap/bmp/bmp.c
@@ -111,4 +111,5 @@ int bmpRead( unsigned char * fname,txSample * bF )
return 0;
}
-#endif \ No newline at end of file
+#endif
+
diff --git a/Gui/bitmap/tga/tga.c b/Gui/bitmap/tga/tga.c
index bf8e3e849c..8a33f6a07e 100644
--- a/Gui/bitmap/tga/tga.c
+++ b/Gui/bitmap/tga/tga.c
@@ -186,4 +186,5 @@ void tgaWriteBuffer( char * fname,unsigned char * Buffer,int sx,int sy,int BPP )
tmp.ImageSize=sx * sy * ( BPP / 8 );
tmp.Image=Buffer;
tgaWriteTexture( fname,&tmp );
-} \ No newline at end of file
+}
+