X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fmaptest.c;h=589d6d11d518a0ed343f3b00e4125eba6b04961e;hb=111b6cfe076d6333ada6787e2b81c0d836d0818a;hp=86cda8db237ccb19b4f94e639b3f23d5d12a26f1;hpb=26fc7489c3a21062310fbf51b9da51f65086075b;p=16.git diff --git a/src/maptest.c b/src/maptest.c index 86cda8db..589d6d11 100644 --- a/src/maptest.c +++ b/src/maptest.c @@ -26,4 +26,5 @@ main(int argc, char *argv[]) fprintf(stdout, "&map.height==%Fp\n", map.height); fprintf(stdout, "&map.data==%Fp\n", map.data); #endif + fprintf(stdout, "okies~\n"); }