]> Nishi Git Mirror - gwion.git/commitdiff
:bug: Fix typo
authorfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 4 Oct 2019 11:55:24 +0000 (13:55 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Fri, 4 Oct 2019 11:55:24 +0000 (13:55 +0200)
src/lib/import.c

index 8a57673c48544d1b76a0abb47640353089be0522..93fb855996459357df28a5a07fb38539264499db 100644 (file)
@@ -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);
 }