$OpenBSD: patch-tools_convbdf_c,v 1.1 2006/07/08 04:14:30 jsg Exp $
--- tools/convbdf.c.orig	Sat Jul  8 13:46:02 2006
+++ tools/convbdf.c	Sat Jul  8 13:46:30 2006
@@ -810,12 +810,13 @@ int gen_c_source(struct font* pf, char *
 				width, height, xoff, yoff);
 
 		if (gen_map) {
+			int h;
 			fprintf(ofp, "\n   +");
 			for (x=0; x<width; ++x) fprintf(ofp, "-");
 			fprintf(ofp, "+\n");
 
 			x = 0;
-			int h = height;
+			h = height;
 			while (h > 0) {
 				if (x == 0) fprintf(ofp, "   |");
 
