]> diplodocus.org Git - nmh/blobdiff - config/config.c
Convert the MIME content cache switches over to the smatch() New World Order.
[nmh] / config / config.c
index 72da2cd97c6ab1f9e222d84b7e97761545d8ae80..f78c1478ef112a35e197c12a7574bcb790c844bb 100644 (file)
@@ -83,9 +83,9 @@ try_it:
  */
 
 struct swit anoyes[] = {
-    { "no", 0 },
-    { "yes", 0 },
-    { NULL, 0 }
+    { "no", 0, 0 },
+    { "yes", 0, 1 },
+    { NULL, 0, 0 }
 };
 
 /*