From 3dbe44fc070dafb1aadfb8c299afe5f82a617f77 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 2 Mar 2009 11:06:05 +0000 Subject: Minor cosmetics: fix indentation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28792 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm_option.c') diff --git a/m_option.c b/m_option.c index 1991bb4a56..e1b2ecdc88 100644 --- a/m_option.c +++ b/m_option.c @@ -146,7 +146,7 @@ static int parse_int(const m_option_t* opt,const char *name, char *param, void* 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; -- cgit v1.2.3