]> diplodocus.org Git - nmh/blobdiff - uip/sendsbr.c
Fix some typos in the comments.
[nmh] / uip / sendsbr.c
index ddce3a45d6b0a0f69351dfd8b21c5382cae2c782..74f7dae5c6787ffddf56cf513cfaced61b8a2a02 100644 (file)
@@ -88,7 +88,7 @@ sendsbr (char **vec, int vecp, char *program, char *draft, struct stat *st,
        break;
 
     case OK:
        break;
 
     case OK:
-       buildvec = argsplit(buildmimeproc, &buildprogram, &i);
+        buildvec = argsplit(buildmimeproc, &buildprogram, &i);
        buildvec[i++] = "-auto";
        if (distfile)
            buildvec[i++] = "-dist";
        buildvec[i++] = "-auto";
        if (distfile)
            buildvec[i++] = "-dist";
@@ -770,6 +770,7 @@ handle_sendfrom(char **vec, int *vecp, char *draft, const char *auth_svc) {
                 }
                 break;
 #else
                 }
                 break;
 #else
+                NMH_UNUSED(auth_svc);
                 adios(NULL, "send built without OAUTH_SUPPORT, "
                       "so -saslmech xoauth2 is not supported");
 #endif /* OAUTH_SUPPORT */
                 adios(NULL, "send built without OAUTH_SUPPORT, "
                       "so -saslmech xoauth2 is not supported");
 #endif /* OAUTH_SUPPORT */