[DEV] corection of the Android compilation

This commit is contained in:
Edouard DUPIN 2013-08-14 23:43:35 +02:00
parent eb5c43c836
commit e95323e974
2 changed files with 2 additions and 2 deletions

2
external/ege vendored

@ -1 +1 @@
Subproject commit 2c3084c7947cbda8ca017da7aa8951563126ed72
Subproject commit eefbe48546e8f0b6f35de975d66e921b041d4dc7

View File

@ -297,7 +297,7 @@ static int32_t nextP2(int32_t _value)
}
val *=2;
}
EWOL_CRITICAL("impossible CASE.... request P2 of " << value);
EWOL_CRITICAL("impossible CASE.... request P2 of " << _value);
return val;
}
#endif