useless semi-colon

SVN revision: 46080
This commit is contained in:
Vincent Torri 2010-02-11 15:32:29 +00:00
parent b64d398ffd
commit c3ec1a38f7
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ eet_node_walk(void *parent, const char *name, Eet_Node *root, Eet_Node_Walk *cb,
if (parent) cb->struct_add(parent, name, me, user_data);
return me;
};
}
int
eet_node_init(void)