[MPlayer-cvslog] r28792 - trunk/m_option.c

reimar subversion at mplayerhq.hu
Mon Mar 2 12:06:05 CET 2009


Author: reimar
Date: Mon Mar  2 12:06:05 2009
New Revision: 28792

Log:
Minor cosmetics: fix indentation

Modified:
   trunk/m_option.c

Modified: trunk/m_option.c
==============================================================================
--- trunk/m_option.c	Mon Mar  2 03:40:21 2009	(r28791)
+++ trunk/m_option.c	Mon Mar  2 12:06:05 2009	(r28792)
@@ -146,7 +146,7 @@ static int parse_int(const m_option_t* o
 
   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;



More information about the MPlayer-cvslog mailing list