(ARGMATCH_DIE): Provide default.
[gnulib.git] / lib / quotearg.c
index a086360..e1a6f93 100644 (file)
@@ -258,11 +258,6 @@ quotearg_buffer (char *buffer, size_t buffersize,
            case '\t': c = 't'; goto store_escape;
            case '\v': c = 'v'; goto store_escape;
 
-           case ' ':
-             if (quoting_style == escape_quoting_style)
-               goto store_escape;
-             break;
-
            case '"':
              if (quoting_style == c_quoting_style)
                goto store_escape;
@@ -307,7 +302,7 @@ quotearg_buffer (char *buffer, size_t buffersize,
    N must be nonnegative.  */
 static char *
 quotearg_n_options (unsigned int n, char const *arg,
-                   struct quoting_options *options)
+                   struct quoting_options const *options)
 {
   static unsigned int nslots;
   static struct slotvec