aklomp / base64

Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
BSD 2-Clause "Simplified" License
866 stars 162 forks source link

Fix printf warning. #52

Closed denravonska closed 4 years ago

denravonska commented 4 years ago

Minor fix when building with -Wall.

aklomp commented 4 years ago

Thanks, merged.