formatting

SVN revision: 21882
This commit is contained in:
Carsten Haitzler 2006-04-05 23:45:59 +00:00
parent 02ab2a4df1
commit 0dc5cb5412
1 changed files with 13 additions and 13 deletions

View File

@ -1187,7 +1187,7 @@ _ecore_exe_exec_it(const char *exe_cmd, Ecore_Exe_Flags flags)
token = strtok(NULL, " \t\n\v");
}
IF_FREE(buf);
if (!token && num_tokens)
if ((!token) && (num_tokens))
{
int i = 0;
char *token;