Fix embryo code creation. Add newline after each function. It avoid lines to be too long for embryo_cc.

SVN revision: 59448
This commit is contained in:
Raoul HECKY 2011-05-16 12:16:54 +00:00
parent 98d5dd27aa
commit 1594c4d07e
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ create_script_file(Eet_File *ef, const char *filename, const Code *cd)
else if (sp[0] == '\n') hash = 0;
}
}
fprintf(f, "}");
fprintf(f, "}\n");
ln += cp->l2 - cp->l1 + 1;
}
}