diff libvo/vo_tga.c @ 26755:46f0b4d34fa1

cosmetics: Remove useless parentheses from from return statements.
author diego
date Fri, 16 May 2008 08:33:27 +0000
parents c9e9ac2008c2
children 7681eab10aea
line wrap: on
line diff
--- a/libvo/vo_tga.c	Fri May 16 00:23:02 2008 +0000
+++ b/libvo/vo_tga.c	Fri May 16 08:33:27 2008 +0000
@@ -165,7 +165,7 @@
     if (er) {
         fprintf(stderr, "Error writing file [%s]\n", file);
     }
-    return(er);
+    return er;
 }
 
 static uint32_t draw_image(mp_image_t* mpi)