diff options
author | Thomas White <taw@bitwiz.org.uk> | 2009-10-16 17:32:45 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2009-10-16 17:32:45 +0200 |
commit | 1f011b0f914fe4f8e8dec9dd1290795d24dc348c (patch) | |
tree | 8cfcb3bc7f7b620aa7d7a7b7aa602fff6607bc68 /src/templates.c | |
parent | 0fe90432bf31e3ff757ab80dc04dbb9429727729 (diff) |
Neaten the output up a bit
Diffstat (limited to 'src/templates.c')
-rw-r--r-- | src/templates.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates.c b/src/templates.c index 8c128b8f..632e5a9f 100644 --- a/src/templates.c +++ b/src/templates.c @@ -130,6 +130,8 @@ TemplateList *generate_templates(UnitCell *cell, struct image params) } //} + printf("Generating templates... done \n"); + return list; } |