Preserve coding styles of upstream

modified:        exec.c
This commit is contained in:
KO Myung-Hun 2016-08-26 08:42:29 +09:00
parent ef42532640
commit 46ed22a2bb
1 changed files with 1 additions and 1 deletions

2
exec.c
View File

@ -1309,7 +1309,7 @@ search_path(const char *name, const char *lpath,
if (errnop)
*errnop = 0;
#ifndef __OS2__
return name;
return (name);
#else
return real_exec_name(name);
#endif