ecore ecore_directfb.c: Use correct structure. Patch by Vikram Narayanan <vikram186@gmail.com>

From: Vikram Narayanan <vikram186@gmail.com>
Date: Sun, 14 Oct 2012 22:57:05 +0530
Subject: [PATCH] ecore/ecore_directfb: Fix a pedantic bug

Though someone can argue it is correct, (as the two structures have the
same size and numbers) it gives a room for a little confusion. Fix this.

Signed-off-by: Vikram Narayanan <vikram186@gmail.com>

SVN revision: 77971
This commit is contained in:
Vikram Narayanan 2012-10-15 04:53:18 +00:00 committed by Daniel Juyung Seo
parent c4d848a27a
commit 80ece5f272
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ static DFBResult _err; // useful for DFBCHECK
static void
_ecore_directfb_event_free_key_down(void *data __UNUSED__, void *ev)
{
Ecore_DirectFB_Event_Key_Up *e;
Ecore_DirectFB_Event_Key_Down *e;
e = ev;
if(e->name)