decompile: fix "done" message
This commit is contained in:
parent
7c1b90abf3
commit
c8b2f6f8e6
|
|
@ -694,6 +694,7 @@ main(int argc, char **argv)
|
||||||
DecompileBSP(bsp, options, f);
|
DecompileBSP(bsp, options, f);
|
||||||
|
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
printf("done.\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue