From 82eafaf7692abc37ce960415dddc78205b2a713a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 22 Jan 2001 17:05:26 +0000 Subject: [PATCH] Indentation fix. --- posix/fnmatch_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix/fnmatch_loop.c b/posix/fnmatch_loop.c index 24a72e2..1e1f284 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, -- 2.7.4