*
1 files changed, 0 insertions(+), 1 deletions(-) M nasu.c
M nasu.c => nasu.c +0 -1
@@ 279,7 279,6 @@ void tochr(Brush* b) { FILE* f = fopen("nasu-export.chr", "wb"); - printf("CHR!!!\n"); if(!fwrite(chrbuf, sizeof(chrbuf), 1, f)) error("Save", "Invalid output file"); fclose(f);