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.

~Vikram
>From b7522d0f6a7e1ddc254f1120ac65c1d3f7fd07ed Mon Sep 17 00:00:00 2001
From: Vikram Narayanan <vikram...@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 <vikram...@gmail.com>
---
 src/lib/ecore_directfb/ecore_directfb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lib/ecore_directfb/ecore_directfb.c b/src/lib/ecore_directfb/ecore_directfb.c
index 7c56b5d..b00333f 100644
--- a/src/lib/ecore_directfb/ecore_directfb.c
+++ b/src/lib/ecore_directfb/ecore_directfb.c
@@ -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)
-- 
1.7.4.1

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to