1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-17 07:40:47 +03:00

To remove compiler warning

This commit is contained in:
Graham Nelson 2022-04-30 15:46:06 +01:00
parent 0a66e63a99
commit 8498d15914

View file

@ -153,7 +153,7 @@ int InterSkill::code_generate_internally(build_skill *skill, build_step *S,
Projects::list_of_attachment_instructions(project), S->for_vm, FALSE);
LOG("Back end elapsed time: %dcs\n",
((int) (clock() - back_end)) / (CLOCKS_PER_SEC/100));
((int) (clock() - back_end)) / ((int) (CLOCKS_PER_SEC/100)));
#ifdef CORE_MODULE
Hierarchy::log();
return TRUE;