[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
develop
pre-commit-ci[bot] 2022-07-24 05:41:40 +00:00
parent 9dd62f2291
commit a567665ab2
1 changed files with 1 additions and 1 deletions

@ -1312,7 +1312,7 @@ void fInitthread(void * iodata)
void fIOthread(void * iodata)
{
static const char * HISTORY_FILE = "dfhack-config/dfhack.history";
IODATA * iod = ((IODATA*) iodata);
Core * core = iod->core;
PluginManager * plug_mgr = ((IODATA*) iodata)->plug_mgr;