From c74179c8058cc0d703463d77846a6e1326bf6df7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 12 Nov 2009 15:40:43 +0000 Subject: [PATCH] need break --- src/fs/fs_uri.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c index 151808853..02310a080 100644 --- a/src/fs/fs_uri.c +++ b/src/fs/fs_uri.c @@ -943,6 +943,7 @@ canonicalize_keyword (const char *in) /* keep characters listed above without changes */ *wpos = *rpos; wpos++; + break; default: /* replace characters listed above with '_' */ *wpos = '_'; -- 2.25.1