]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/image/tga.cpp
Merge commit '154c708c34f241c2369b183ffe9c4296085c5a3c' into master-merge
[xonotic/netradiant.git] / plugins / image / tga.cpp
index 4fa8731f5a3b7600ead4d9e16982b0002567bb58..88233a9af05a56ffdca7bb25df4901ee70d9977d 100644 (file)
@@ -413,4 +413,4 @@ Image* LoadTGABuff( const byte* buffer ){
 Image* LoadTGA( ArchiveFile& file ){
        ScopedArchiveBuffer buffer( file );
        return LoadTGABuff( buffer.buffer );
-}
+}
\ No newline at end of file