Skip to content

Commit

Permalink
🐛 fix cdod
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Sep 25, 2023
1 parent a37fdd8 commit cbdd609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/import/import_internals.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ANN void gwi_reset(const Gwi gwi) {
ANN static m_bool run_with_doc(const Gwi gwi, m_bool (*f)(const Gwi)) {
struct GwfmtState ls = {.builtin = true, .nindent = 4};
text_init(&ls.text, gwi->gwion->mp);
Gwfmt gwfmter = {.mp = gwi->gwion->mp, .ls = &ls };
Gwfmt gwfmter = {.mp = gwi->gwion->mp, .ls = &ls, .st = gwi->gwion->st };
gwfmt_indent(&gwfmter);
gwfmt_util(&gwfmter, "{-}#!+ %s{0}\n", gwi->gwion->env->name);
gwi->gwfmt = &gwfmter;
Expand Down

0 comments on commit cbdd609

Please sign in to comment.