summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap/tga/tga.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/bitmap/tga/tga.c')
-rw-r--r--Gui/bitmap/tga/tga.c3
1 files changed, 2 insertions, 1 deletions
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
+}
+