aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
Diffstat (limited to 'devtools')
-rw-r--r--devtools/convbdf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/convbdf.cpp b/devtools/convbdf.cpp
index 21c8af8234..6852fc2f9a 100644
--- a/devtools/convbdf.cpp
+++ b/devtools/convbdf.cpp
@@ -392,7 +392,7 @@ int main(int argc, char *argv[]) {
for (int y = 0; y < box.height; ++y) {
printf("// |");
- unsigned char data;
+ unsigned char data = 0;
for (int x = 0; x < box.width; ++x) {
if (!(x % 8))
data = *bitmap++;