Remove wrong comma in printf statement.

SVN revision: 31290
This commit is contained in:
Sebastian Dransfeld 2007-08-13 05:17:44 +00:00
parent b3e01bb957
commit 07c37865cf
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ evas_smart_new(const char *name,
{
Evas_Smart *s;
printf("----- WARNING. evas_smart_new() will be deprecated and removed soon\n",
printf("----- WARNING. evas_smart_new() will be deprecated and removed soon\n"
"----- Please use evas_smart_class_new() instead\n");
if (!name) return NULL;