Added a missing }. Thanks Dietmar!

This commit is contained in:
pnenzi 2004-08-23 14:07:20 +00:00
parent 23734b142c
commit 0d1326ae51
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ tildexpand(char *string)
#else
/* Emulate the old behavior to prevent side effects. -- ro */
return copy(string);
}
#endif
}