Fix missing semicolon in golang wrapper
This commit is contained in:
parent
b4b4c0a25e
commit
b9de6f1bf2
1 changed files with 2 additions and 2 deletions
|
|
@ -2825,10 +2825,10 @@ private:
|
|||
if (quote != '\0') {
|
||||
Printf(get, "%c", quote);
|
||||
}
|
||||
|
||||
Printv(get, ";\n", NULL);
|
||||
}
|
||||
|
||||
Printv(get, ";\n", NULL);
|
||||
|
||||
Setattr(n, "wrap:action", get);
|
||||
|
||||
String *sname = Copy(symname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue