summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/bmp2rb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bmp2rb.c b/tools/bmp2rb.c
index 5674e4a477..a2a983b5d9 100644
--- a/tools/bmp2rb.c
+++ b/tools/bmp2rb.c
@@ -256,7 +256,7 @@ void generate_c_source(char *id, int width, int height, unsigned char *bitmap)
256 } 256 }
257 257
258 258
259 fprintf(f, "\n};"); 259 fprintf(f, "\n};\n");
260} 260}
261 261
262 262