Ooops, this should return the allocated Ecore_Evas.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-14 11:30:37 +01:00
parent 50f446199a
commit d22a4c6ef9
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ ecore_evas_drm_new_internal(const char *device, unsigned int parent, int x, int
return NULL;
}
return NULL;
return ee;
}
/* local functions */