Mercurial > mplayer.hg
changeset 27383:cc16875b72dd
cosmetic: reindent after r27414
author | ben |
---|---|
date | Mon, 04 Aug 2008 13:35:42 +0000 |
parents | aff29422c652 |
children | 94b7b2595df1 |
files | command.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/command.c Mon Aug 04 13:35:14 2008 +0000 +++ b/command.c Mon Aug 04 13:35:42 2008 +0000 @@ -386,7 +386,7 @@ 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;