From: Christian Grothoff Date: Thu, 12 Nov 2009 15:40:43 +0000 (+0000) Subject: need break X-Git-Tag: initial-import-from-subversion-38251~23105 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c74179c8058cc0d703463d77846a6e1326bf6df7;p=oweals%2Fgnunet.git need break --- 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 = '_';