From a05876c9b860f1d5fa786746519ccb8b01db79e3 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Fri, 12 Jun 2015 22:26:31 -0500 Subject: commit of half-finished things. --- src/bin/fontdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/fontdump.c') diff --git a/src/bin/fontdump.c b/src/bin/fontdump.c index eb481d0..1ed2b05 100644 --- a/src/bin/fontdump.c +++ b/src/bin/fontdump.c @@ -10,7 +10,7 @@ int main(int argc,char *argv[]) { read(0,map,height); for(j=0;j=0;k--) { - printf("%c",(map[j]>>k&1)?'#':' '); + printf("%c",(map[j]>>k&1)?'#':'.'); } printf("\n"); } -- cgit v1.2.3