From: fennecdjay Date: Fri, 4 Oct 2019 11:55:24 +0000 (+0200) Subject: :bug: Fix typo X-Git-Tag: nightly~2198^2~151 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=d7961458bb5ca384a990c61dcc2c287c89bbe5ac;p=gwion.git :bug: Fix typo --- diff --git a/src/lib/import.c b/src/lib/import.c index 8a57673c..93fb8559 100644 --- a/src/lib/import.c +++ b/src/lib/import.c @@ -713,5 +713,5 @@ ANN void gwi_specialid(const Gwi gwi, const m_str id, const SpecialId spid) { a->exec = spid->exec; a->em = spid->em; map_set(&gwi->gwion->data->id, (vtype)insert_symbol(gwi->gwion->st, id), (vtype)a); - gw_reserve(gwi, id); + gwi_reserve(gwi, id); }