diff options
Diffstat (limited to 'lib/libedit/TEST/test.c')
| -rw-r--r-- | lib/libedit/TEST/test.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libedit/TEST/test.c b/lib/libedit/TEST/test.c index f456f51277c9..2379b6f84781 100644 --- a/lib/libedit/TEST/test.c +++ b/lib/libedit/TEST/test.c @@ -87,7 +87,7 @@ complete(el, ch)      EditLine *el;      int ch;  { -    DIR *dd = opendir(".");  +    DIR *dd = opendir(".");      struct dirent *dp;      const char* ptr;      const LineInfo *lf = el_line(el); | 
