X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fmaptest.c;h=ee033104774ebb4a01d9cc4c4176f2c096d32757;hb=26444a1f2a6670976e67509ac92c8420bf9c7fdc;hp=0b045e36cb3b44df4160e8b316ca9e5bb8d9f005;hpb=02ab711bc48c15bf9b671fe996265dd6b8532b69;p=16.git diff --git a/src/maptest.c b/src/maptest.c index 0b045e36..ee033104 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"); }