]> diplodocus.org Git - nmh/blobdiff - sbr/encode_rfc2047.c
mhbuildsbr.c: Flip logic, moving goto to then-block; no need for else.
[nmh] / sbr / encode_rfc2047.c
index bc5fc1becc3ed00257e286ac025358e9e1994cfa..75b5808f26313bfee356889c074522ce1c655349 100644 (file)
@@ -9,6 +9,7 @@
 #include <h/mhparse.h>
 #include <h/addrsbr.h>
 #include <h/utils.h>
+#include "unquote.h"
 
 /*
  * List of headers that contain addresses and as a result require special
@@ -736,7 +737,7 @@ do_reformat:
 
        if (groupflag && ! mn->m_ingrp) {
            output = add(";", output);
-           column += 1;
+           column++;
        }
 
        groupflag = mn->m_ingrp;