edje: remove that anoying \n.

This commit is contained in:
Cedric Bail 2013-03-16 22:55:46 +09:00
parent 3de2c3a79c
commit cc9343803e
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ edje_file_group_exists(const char *file, const char *glob)
}
_edje_cache_file_unref(edf);
INF("edje_file_group_exists: '%s', '%s': %i\n", file, glob, succeed);
INF("edje_file_group_exists: '%s', '%s': %i.", file, glob, succeed);
return succeed;
}