Mercurial > mplayer.hg
changeset 28757:8d5ed38e08d4
Minor cosmetics: fix indentation
author | reimar |
---|---|
date | Mon, 02 Mar 2009 11:06:05 +0000 |
parents | d72233dc6b2f |
children | f8625bfd9aa5 |
files | m_option.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/m_option.c Mon Mar 02 02:40:21 2009 +0000 +++ b/m_option.c Mon Mar 02 11:06:05 2009 +0000 @@ -146,7 +146,7 @@ tmp_int = strtol(param, &endptr, 10); if (*endptr) - tmp_int = strtol(param, &endptr, 0); + tmp_int = strtol(param, &endptr, 0); if (*endptr) { mp_msg(MSGT_CFGPARSER, MSGL_ERR, "The %s option must be an integer: %s\n",name, param); return M_OPT_INVALID;