diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-04 20:33:29 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-04 20:33:29 +0000 |
commit | 6a75d0503860475a166ca28f59ad5c81002af4b2 (patch) | |
tree | bce970ccc97549933b80f0b2a48e1359e706b97d /Gui/bitmap/tga/tga.c | |
parent | 643657bce8d04dcab9319b0ac801c5b4efce2b89 (diff) |
missing newlines fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2083 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/bitmap/tga/tga.c')
-rw-r--r-- | Gui/bitmap/tga/tga.c | 3 |
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 +} + |