forked from tTh/FloatImg
bla
This commit is contained in:
parent
cef00ac04e
commit
3218e83688
|
@ -63,7 +63,10 @@ for (foo=0; types[foo].code; foo++) {
|
|||
}
|
||||
puts("\n\t-v\tincrease verbosity");
|
||||
|
||||
if (verbosity) fimg_print_version(1);
|
||||
if (verbosity) {
|
||||
fimg_print_version(1);
|
||||
printf("*** compiled %s, %s\n", __DATE__, __TIME__);
|
||||
}
|
||||
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue