Skip to content

Commit c13e31f

Browse files
committed
CI: eliminate a warning with brew
1 parent 9c6916d commit c13e31f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libb64/cencode.c

+2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ For details, see http://sourceforge.net/projects/libb64
1212

1313
#include "libb64.h"
1414

15+
#ifdef SC_BASE64_WRAP
1516
const int CHARS_PER_LINE = 72;
17+
#endif
1618

1719
static inline char
1820
base64_encode_value (char value_in)

0 commit comments

Comments
 (0)