changeset 19451:0ceeedf7f04d

10l: misplaced brace in a switch
author nicodvb
date Sat, 19 Aug 2006 19:11:51 +0000
parents 185942a2f517
children cadacb426471
files stream/stream_dvdnav.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_dvdnav.c	Sat Aug 19 19:10:27 2006 +0000
+++ b/stream/stream_dvdnav.c	Sat Aug 19 19:11:51 2006 +0000
@@ -215,11 +215,11 @@
         dvdnav_still_skip(dvdnav_priv->dvdnav); // don't let dvdnav stall on this image
 
       break;
+    }
     case DVDNAV_WAIT:
         dvdnav_wait_skip(dvdnav_priv->dvdnav);
         break;
     }
-    }
 
     // got an event, repeat the read
     dvdnav_stream_add_event(dvdnav_priv,event,buf,*len);