eolian: fix a bug in expr serializer with wrong sign insertion

This commit is contained in:
Daniel Kolesa 2015-06-11 16:41:32 +01:00
parent adbe4dcc06
commit 3c3e52440b
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ static const char *_binops[] = {
};
static const char *_unops[] = {
"+", "-", "!", "~"
"-", "+", "!", "~"
};
static Eina_Bool