diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-22 17:05:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-22 17:05:26 +0000 |
commit | 82eafaf7692abc37ce960415dddc78205b2a713a (patch) | |
tree | 0cd1e5064098c9b43c89ce5533e36964a216c70b /posix | |
parent | 7d0673aea517ed9b3f30659ed8a014ebb3c5aab5 (diff) | |
download | glibc-82eafaf7692abc37ce960415dddc78205b2a713a.tar glibc-82eafaf7692abc37ce960415dddc78205b2a713a.tar.gz glibc-82eafaf7692abc37ce960415dddc78205b2a713a.tar.bz2 glibc-82eafaf7692abc37ce960415dddc78205b2a713a.zip |
Indentation fix.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/fnmatch_loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/fnmatch_loop.c b/posix/fnmatch_loop.c index 24a72e2131..1e1f284b48 100644 --- a/posix/fnmatch_loop.c +++ b/posix/fnmatch_loop.c @@ -660,7 +660,7 @@ FCT (pattern, string, no_leading_period, flags) representation is UCS4. */ for (strcnt = 0; strcnt < c1; ++strcnt) str[strcnt] = startp[1 + strcnt]; -#endif +# endif table_size = _NL_CURRENT_WORD (LC_COLLATE, |