Fix warning related to missing-variable-declarations, add static to global variable.

Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com>
pull/5070/head
Jackie9527 2023-04-19 23:27:23 +08:00
parent 739cf15a1e
commit 5738b3d172
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ For details, see http://sourceforge.net/projects/libb64
#include "cencode.h" // changed from <B64/cencode.h>
const int CHARS_PER_LINE = 72;
static const int CHARS_PER_LINE = 72;
#ifdef _MSC_VER
#pragma warning(push)