changeset 27081:35039052457d

remove useless 'else'
author ben
date Fri, 20 Jun 2008 20:19:18 +0000
parents 724a953b5179
children 2a486144b5c7
files vidix/vidix.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/vidix.c	Fri Jun 20 20:17:38 2008 +0000
+++ b/vidix/vidix.c	Fri Jun 20 20:19:18 2008 +0000
@@ -113,7 +113,7 @@
   if((fourcc & MPLAYER_IMGFMT_RGB_MASK) == (MPLAYER_IMGFMT_RGB|0) ||
      (fourcc & MPLAYER_IMGFMT_RGB_MASK) == (MPLAYER_IMGFMT_BGR|0))
 	return bswap_32(fourcc);
-  else  return fourcc;
+  return fourcc;
 }
 
 int  vdlQueryFourcc(VDL_HANDLE ctx,vidix_fourcc_t *f)