tmp
[apps/madmutt.git] / lib-mime / rfc822address.c
index 6277ee9..c6b12ab 100644 (file)
@@ -145,7 +145,7 @@ static const char *parse_comment(const char *s, static_buf *buf)
           case ')':
             level--;
             if (!level)
-                return s;
+                return s + 1;
             break;
 
           case '\\':