Invalid return type

This commit is contained in:
2009-12-09 18:47:52 +00:00
parent 177e27ea4b
commit 1d9eb1e0a0

View File

@@ -44,7 +44,7 @@
#ifdef RNA_RUNTIME
/* build a temp referene to the parent */
static int meta_tmp_ref(Sequence *seq_par, Sequence *seq)
static void meta_tmp_ref(Sequence *seq_par, Sequence *seq)
{
for (; seq; seq= seq->next) {
seq->tmp= seq_par;