Let BarMeterMode_characters[] be const array.

This commit is contained in:
Explorer09 2016-07-22 14:58:29 +08:00
parent f80e577c59
commit 6b9b6db655
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ static void TextMeterMode_draw(Meter* this, int x, int y, int w) {
/* ---------- BarMeterMode ---------- */
static char BarMeterMode_characters[] = "|#*@$%&.";
static const char BarMeterMode_characters[] = "|#*@$%&.";
static void BarMeterMode_draw(Meter* this, int x, int y, int w) {
char buffer[METER_BUFFER_LEN];