[DEV] update last exml

This commit is contained in:
Edouard DUPIN 2013-06-30 17:01:02 +02:00
parent 1864f9aa75
commit 3747bffa2f

View File

@ -492,7 +492,7 @@ int32_t BufferText::Display(ewol::Text& OOText,
int64_t stopTime2 = ewol::GetTime(); int64_t stopTime2 = ewol::GetTime();
APPL_DEBUG("DRAW text (brut) = " << stopTime2 - stopTime << " micro-s"); APPL_DEBUG("DRAW text (brut) = " << stopTime2 - stopTime << " micro-s");
return ERR_NONE; return 0;
} }