From: fennecdjay Date: Fri, 16 Jun 2023 15:36:57 +0000 (+0200) Subject: :art: clean X-Git-Tag: nightly~144 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0022b1112e8baba4bb0ef2ebc0c62e7c7bb8e705;p=gwion.git :art: clean --- diff --git a/include/env/value.h b/include/env/value.h index 6d599fee..9e6c91b7 100644 --- a/include/env/value.h +++ b/include/env/value.h @@ -4,7 +4,7 @@ typedef struct ValueFrom_ { Nspc owner; Type owner_class; struct Context_ *ctx; - uint32_t offset; + uint32_t offset; m_str filename; loc_t loc; } ValueFrom;