Browse Source

Removed all [-Wcomment] warnings (that is one)

Gerard van de Schoot 8 years ago
parent
commit
1236058fb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme/mail/src/mesg.c

+ 1 - 1
acme/mail/src/mesg.c

@@ -1078,7 +1078,7 @@ mesgload(Message *m, char *rootdir, char *file, Window *w)
 		}else
 			mimedisplay(m, m->name, rootdir, w, 0);
 	}else{
-		/* multi-part message, either multipart/* or message/rfc822 */
+		/* multi-part message, either multipart or message/rfc822 */
 		thisone = nil;
 		if(strcmp(m->type, "multipart/alternative") == 0){
 			thisone = bestalt(m, dir);