[buffer] Likely that not messaging

This commit is contained in:
Behdad Esfahbod 2022-06-27 16:32:02 -06:00
parent 4be074e2cb
commit 31e985d7d1
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ struct hb_buffer_t
#ifdef HB_NO_BUFFER_MESSAGE #ifdef HB_NO_BUFFER_MESSAGE
return true; return true;
#else #else
if (!messaging ()) if (likely (!messaging ()))
return true; return true;
message_depth++; message_depth++;