prevent unreached statement if pwd.h available
This commit is contained in:
parent
69cc1eb730
commit
4d1bae86f0
|
|
@ -82,7 +82,7 @@ tildexpand(char *string)
|
|||
/* Emulate the old behavior to prevent side effects. -- ro */
|
||||
return copy(string);
|
||||
}
|
||||
return NULL;
|
||||
#endif
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue