diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-03-17 22:31:59 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-03-17 22:31:59 +0900 |
commit | fa75caf9f74bb5ad69cc953d52ba26667b7d9562 (patch) | |
tree | 93aedc0957c4d1e9024eff90e08bc6e8a4fb4a90 /fmdsp/font_fmdsp_small_data.h | |
parent | 10aa49dcf1e28f1cb7365123644196ad6a31a5e2 (diff) |
fmdsp: display current filename
Diffstat (limited to 'fmdsp/font_fmdsp_small_data.h')
-rw-r--r-- | fmdsp/font_fmdsp_small_data.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fmdsp/font_fmdsp_small_data.h b/fmdsp/font_fmdsp_small_data.h index a9a0fb9..3702831 100644 --- a/fmdsp/font_fmdsp_small_data.h +++ b/fmdsp/font_fmdsp_small_data.h @@ -1,4 +1,4 @@ -static unsigned char fontdat[] = { +static const unsigned char fontdat[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, @@ -128,4 +128,4 @@ static unsigned char fontdat[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; -unsigned int fmdsp_dat_len = 1536; +static unsigned int fmdsp_dat_len = 1536; |