diff options
author | ache <ache@FreeBSD.org> | 1995-12-03 00:09:12 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-12-03 00:09:12 +0000 |
commit | 275c944c8419bf5baf4c5e582306e2526bca03fd (patch) | |
tree | 449997b4dde43d2d8e1704879a871e687e20a7af /gnu/lib/libreadline/tilde.c | |
parent | db52077e7d8d67f5fcf7eac6dfc7e5f660027512 (diff) | |
download | FreeBSD-src-275c944c8419bf5baf4c5e582306e2526bca03fd.zip FreeBSD-src-275c944c8419bf5baf4c5e582306e2526bca03fd.tar.gz |
Add fixes from bash beta
Back out trailing spaces changes
Diffstat (limited to 'gnu/lib/libreadline/tilde.c')
-rw-r--r-- | gnu/lib/libreadline/tilde.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/tilde.c b/gnu/lib/libreadline/tilde.c index bfdc80e..736f1e6 100644 --- a/gnu/lib/libreadline/tilde.c +++ b/gnu/lib/libreadline/tilde.c @@ -23,7 +23,7 @@ # include <string.h> #else /* !HAVE_STRING_H */ # include <strings.h> -#endif /* !HAVE_STRING_H */ +#endif /* !HAVE_STRING_H */ #if defined (HAVE_STDLIB_H) # include <stdlib.h> |