summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.c
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-26 12:54:44 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-26 12:54:44 +0000
commit6ff2dd356189992be0dad03c41b40693d3968f4d (patch)
treede50ed19ab7c0e22470b11b079173116a697b5a1 /stream/stream_dvdnav.c
parent8976b21cf1ae936805de4f6b2e7402a7af1d8200 (diff)
downloadmpv-6ff2dd356189992be0dad03c41b40693d3968f4d.tar.bz2
mpv-6ff2dd356189992be0dad03c41b40693d3968f4d.tar.xz
this end brace was not correctly indented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25854 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_dvdnav.c')
-rw-r--r--stream/stream_dvdnav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c
index dc50f4f14b..c9d555922d 100644
--- a/stream/stream_dvdnav.c
+++ b/stream/stream_dvdnav.c
@@ -348,7 +348,7 @@ static int fill_buffer(stream_t *s, char *but, int len)
int tit=0, part=0;
if(dvdnav_current_title_info(priv->dvdnav, &tit, &part) == DVDNAV_STATUS_OK && part > dvd_last_chapter)
return 0;
- }
+ }
dvdnav_get_highlight (priv, 1);
}
break;