need break
authorChristian Grothoff <christian@grothoff.org>
Thu, 12 Nov 2009 15:40:43 +0000 (15:40 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 12 Nov 2009 15:40:43 +0000 (15:40 +0000)
src/fs/fs_uri.c

index 15180885357b44ed0d1b1afca6a5f862f2e6e487..02310a0800251a353dbc974c19cd2b8101e4c2b1 100644 (file)
@@ -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 = '_';