diff options
Diffstat (limited to 'chars.c')
-rw-r--r-- | chars.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ EmitBitmap(FILE *outFile, unsigned byte; unsigned bit; - static unsigned maskTab[] = { + static const unsigned maskTab[] = { (1 << 7), (1 << 6), (1 << 5), (1 << 4), (1 << 3), (1 << 2), (1 << 1), (1 << 0), }; |