]> git.marmaro.de Git - mmh/blobdiff - uip/viamail.c
Renamed all standard sequences (e.g. cur->c) and made them globally changeable
[mmh] / uip / viamail.c
index 007adb36d383ff46531eea6897e3a2b09d77be71..ccb149c82c327ae568a666930b92d51be98b94f0 100644 (file)
@@ -223,12 +223,12 @@ via_mail(char *mailsw, char *subjsw, char *parmsw, char *descsw,
                vec[vecp++] = "-verbose";
 
        switch (sendsbr(vec, vecp, tmpfil, &st, 0, NULL, 0)) {
-               case DONE:
-               case NOTOK:
-                       status++;
-                       break;
-               case OK:
-                       break;
+       case DONE:
+       case NOTOK:
+               status++;
+               break;
+       case OK:
+               break;
        }
 
        fclose(fp);