diff --git a/legacy/edje/src/bin/edje_cc_out.c b/legacy/edje/src/bin/edje_cc_out.c index 0f5243e0ca..e95236b0e8 100644 --- a/legacy/edje/src/bin/edje_cc_out.c +++ b/legacy/edje/src/bin/edje_cc_out.c @@ -587,7 +587,7 @@ data_write(void) fd = mkstemp(tmpo); if (fd >= 0) { - snprintf(buf, sizeof(buf), "embryo_cc -i%s -o%s %s", + snprintf(buf, sizeof(buf), "embryo_cc -i %s -o %s %s", DAT"data/include", tmpo, tmpn); ret = system(buf); if (ret != 0)