Fix missing semicolon in golang wrapper

This commit is contained in:
Jiulong Wang 2016-10-10 22:42:30 -07:00
commit b9de6f1bf2

View file

@ -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);