jeyzu pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=68020daf1921a8b302442b1fea01e61a9370032e

commit 68020daf1921a8b302442b1fea01e61a9370032e
Author: Jérémy Zurcher <[email protected]>
Date:   Fri Aug 22 09:20:53 2014 +0200

    Eolian: fix typo
---
 src/lib/eolian/eo_parser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eolian/eo_parser.c b/src/lib/eolian/eo_parser.c
index 60a43c0..1931620 100644
--- a/src/lib/eolian/eo_parser.c
+++ b/src/lib/eolian/eo_parser.c
@@ -361,7 +361,7 @@ parse_expr_simple(Eo_Lexer *ls)
         expr->base.file = eina_stringshare_ref(ls->filename);
         expr->base.line = line;
         expr->base.column = col;
-        expr->binop = unop;
+        expr->unop = unop;
         expr->type = EOLIAN_EXPR_UNARY;
         expr->expr = exp;
         return expr;

-- 


Reply via email to