]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_rfc2047.c
Removed unneeded sbr code.
[mmh] / sbr / fmt_rfc2047.c
index 92e168baca8f21afe00d0fb694570d63301ac3fe..debc81ec3afbae4fbcf0bce000c4cfe117005397 100644 (file)
@@ -347,7 +347,8 @@ decode_rfc2047 (char *str, char *dst, size_t dstlen)
        return encoding_found;
 
   buffull:
        return encoding_found;
 
   buffull:
-       /* q is currently just off the end of the buffer, so rewind to NUL terminate */
+       /* q is currently just off the end of the buffer,
+        * so rewind to NUL terminate */
        q--;
        *q = '\0';
        return encoding_found;
        q--;
        *q = '\0';
        return encoding_found;