summaryrefslogtreecommitdiff
path: root/saedit/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/main.h')
-rw-r--r--saedit/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/saedit/main.h b/saedit/main.h
index 63e9cc7..bc17e7e 100644
--- a/saedit/main.h
+++ b/saedit/main.h
@@ -48,6 +48,7 @@ static AnimationInfo *animation_info_new_with_params(GList *sub_nodes_new, guint
AnimationInfo *res = g_new0(AnimationInfo, 1);
res->sub_nodes = sub_nodes_new;
res->anim_tag = anim_tag_new;
+ return res;
}
typedef struct {