Updated #include's to point to new location of mts.h on mts/generic
[mmh] / uip / aliasbr.c
index 8ea8c13..b3c4b22 100644 (file)
@@ -47,6 +47,7 @@ struct home *seek_home (char *);
 #endif
 
 
+/* Do mh alias substitution on 's' and return the results. */
 char *
 akvalue (char *s)
 {
@@ -450,11 +451,12 @@ getalias (char *addrs)
     if (*qp == ',')
        *qp++ = 0;
     for (cp = qp, qp--; qp > pp; qp--)
-       if (*qp != 0)
+       if (*qp != 0) {
            if (isspace (*qp))
                *qp = 0;
            else
                break;
+       }
 
     return pp;
 }