mirror of
https://github.com/troydhanson/tpl.git
synced 2024-12-26 07:31:09 +08:00
clean rui in test35
This commit is contained in:
parent
7adbfa38c9
commit
a6d734c900
@ -3,7 +3,7 @@
|
|||||||
int main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
||||||
tpl_node *tn;
|
tpl_node *tn;
|
||||||
int id;
|
int id;
|
||||||
char *name, *names[] = { "joe", "bob", "cary" };
|
char *name, *names[] = { "joe", "bob", "cary", NULL };
|
||||||
|
|
||||||
tn = tpl_map("A(is)", &id, &name);
|
tn = tpl_map("A(is)", &id, &name);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user