diff --git a/sources/appl/Buffer/BufferText.cpp b/sources/appl/Buffer/BufferText.cpp index 6677f8c..c6c35a1 100644 --- a/sources/appl/Buffer/BufferText.cpp +++ b/sources/appl/Buffer/BufferText.cpp @@ -492,7 +492,7 @@ int32_t BufferText::Display(ewol::Text& OOText, int64_t stopTime2 = ewol::GetTime(); APPL_DEBUG("DRAW text (brut) = " << stopTime2 - stopTime << " micro-s"); - return ERR_NONE; + return 0; }