Removed unneeded sbr code.
[mmh] / sbr / fmt_rfc2047.c
index 92e168b..debc81e 100644 (file)
@@ -347,7 +347,8 @@ decode_rfc2047 (char *str, char *dst, size_t dstlen)
        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;