From 3cbaf48932bab13af946d23078b64a8f84d49559 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 6 May 2005 13:22:48 +0000 Subject: Cleanup svn-id: r17934 --- simon/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon/debug.cpp') diff --git a/simon/debug.cpp b/simon/debug.cpp index 85d61fede6..b8a274dacc 100644 --- a/simon/debug.cpp +++ b/simon/debug.cpp @@ -338,7 +338,7 @@ static void dump_bitmap(const char *filename, const byte *offs, int w, int h, in state.y_skip = 0; for (i = 0; i != w; i += 2) { - byte *c = vc_10_depack_column(&state); + byte *c = vc10_depack_column(&state); for (j = 0; j != h; j++) { byte pix = c[j]; b[j * w + i] = (pix >> 4) | base; -- cgit v1.2.3