1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 19:05:33 +00:00

cosmetic: reindent after r27414

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27415 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2008-08-04 13:35:42 +00:00
parent 450935badc
commit 5c1de42c0c

View File

@ -386,7 +386,7 @@ static int mp_property_chapter(m_option_t *prop, int action, void *arg,
char *chapter_name = NULL;
if (mpctx->demuxer)
chapter = demuxer_get_current_chapter(mpctx->demuxer);
chapter = demuxer_get_current_chapter(mpctx->demuxer);
if (chapter < 0)
return M_PROPERTY_UNAVAILABLE;