Added a missing }. Thanks Dietmar!
This commit is contained in:
parent
23734b142c
commit
0d1326ae51
|
|
@ -83,6 +83,7 @@ tildexpand(char *string)
|
|||
#else
|
||||
/* Emulate the old behavior to prevent side effects. -- ro */
|
||||
return copy(string);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue