Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Oct 17, 2024
1 parent 6d2acd4 commit 0d1bdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/cbuilderdecls.nim
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ template addArrayVarWithInitializer(builder: var Builder, kind: VarKind = Local,
builder.add("[")
builder.addInt(len)
builder.add("] = ")
initializerBody
body
builder.add(";\n")

template addTypedef(builder: var Builder, name: string, typeBody: typed) =
Expand Down

0 comments on commit 0d1bdca

Please sign in to comment.