Eolian: fix typo

This commit is contained in:
Jérémy Zurcher 2014-08-22 09:20:53 +02:00
parent 4cbdd93b13
commit 68020daf19
1 changed files with 1 additions and 1 deletions

View File

@ -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;