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