Fixed Klocwork reported issue 16/32816/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 24 Dec 2014 11:12:30 +0000 (11:12 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 24 Dec 2014 11:12:30 +0000 (11:12 +0000)
Change-Id: I279fdf2407b7d9f514c60c4cfc306a26ca019bb9

dali/internal/event/object/custom-object-internal.cpp

index 4a0ae90..f5963f6 100644 (file)
@@ -56,7 +56,7 @@ const PropertyBase* CustomObject::GetSceneObjectAnimatableProperty( Property::In
 {
   CustomProperty* custom = FindCustomProperty( index );
   DALI_ASSERT_ALWAYS( custom && "Property index is invalid" );
-  return custom->GetSceneGraphProperty();;
+  return custom->GetSceneGraphProperty();
 }
 
 const PropertyInputImpl* CustomObject::GetSceneObjectInputProperty( Property::Index index ) const