]> diplodocus.org Git - nmh/blobdiff - sbr/encode_rfc2047.c
picksbr.c: Remove some else after break in plist().
[nmh] / sbr / encode_rfc2047.c
index 2d9dde3a5a40449bd45b7b4adeb65007b47339b7..238882dc2cbd6998c1499260593a819632cb6239 100644 (file)
@@ -1,5 +1,4 @@
-/*
- * Routines to encode message headers using RFC 2047-encoding.
+/* encode_rfc2047.c -- encode message headers using RFC 2047 encoding.
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -737,7 +736,7 @@ do_reformat:
 
        if (groupflag && ! mn->m_ingrp) {
            output = add(";", output);
 
        if (groupflag && ! mn->m_ingrp) {
            output = add(";", output);
-           column += 1;
+           column++;
        }
 
        groupflag = mn->m_ingrp;
        }
 
        groupflag = mn->m_ingrp;