summaryrefslogtreecommitdiff
path: root/saedit/main.h
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2011-06-12 00:06:04 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2011-06-12 00:06:04 +0400
commit3cad16ffd82801dd1f6e3672bf3c4fdbf13b4fe8 (patch)
tree443564845f88305b22f42572b48345bc17d51498 /saedit/main.h
parent4fc25dc9a745a7efed2b0868ef90c82c14acfcc0 (diff)
downloadevol-tools-3cad16ffd82801dd1f6e3672bf3c4fdbf13b4fe8.tar.gz
evol-tools-3cad16ffd82801dd1f6e3672bf3c4fdbf13b4fe8.tar.bz2
evol-tools-3cad16ffd82801dd1f6e3672bf3c4fdbf13b4fe8.tar.xz
evol-tools-3cad16ffd82801dd1f6e3672bf3c4fdbf13b4fe8.zip
saedit: Add binary and code review
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 {