From 898b6f3cae95b375e6cde32dcff128cbc4390a3f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 15 May 2009 18:25:55 +0000 Subject: [PATCH] Fix typo, Thanks Viktor :) SVN revision: 40681 --- src/bin/e_pan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_pan.c b/src/bin/e_pan.c index ccb93153c..86a88edae 100644 --- a/src/bin/e_pan.c +++ b/src/bin/e_pan.c @@ -171,7 +171,7 @@ _e_smart_add(Evas_Object *obj) { E_Smart_Data *sd; - sd = E_NEW(fSmart_Data, 1); + sd = E_NEW(E_Smart_Data, 1); if (!sd) return; sd->smart_obj = obj; sd->x = 0;