Mercurial > mplayer.hg
changeset 33875:e23e8c872ae5
mplayer: small indent fix.
author | cboesch |
---|---|
date | Wed, 10 Aug 2011 20:17:20 +0000 |
parents | e1bec41397bb |
children | 4789b8eed97e |
files | mplayer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Wed Aug 10 14:48:49 2011 +0000 +++ b/mplayer.c Wed Aug 10 20:17:20 2011 +0000 @@ -2038,9 +2038,9 @@ mpctx->nav_in_size = -1; if (in_size > 0) - mpctx->nav_buffer = malloc(in_size); + mpctx->nav_buffer = malloc(in_size); if (mpctx->nav_buffer) { - mpctx->nav_start = start; + mpctx->nav_start = start; mpctx->nav_in_size = in_size; memcpy(mpctx->nav_buffer, start, in_size); }