Modify spacing
This commit is contained in:
committed by
Tomoki Shirasawa
parent
da17625be9
commit
658b88fd7b
@@ -447,7 +447,7 @@ retry:
|
||||
|
||||
/* Check whether the resolved path is a symlink */
|
||||
if (lstat(path, &sb) == -1) {
|
||||
fprintf(stderr, "lookup_exec_path(): %s, error stat\n");
|
||||
fprintf(stderr, "lookup_exec_path(): error stat\n");
|
||||
return errno;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user