diff --git a/src/extra.i b/src/extra.i index 5c1d7910f..75b567632 100644 --- a/src/extra.i +++ b/src/extra.i @@ -3064,7 +3064,7 @@ mupdf::FzRect JM_make_spanlist( style.size = ch.m_internal->size; style.flags = flags; style.font = JM_font_name(ch.m_internal->font); - #if (FZ_VERSION_MAJOR > 1 || (FZ_VERSION_MAJOR == 1 && FZ_VERSION_MINOR >= 26)) + #if (FZ_VERSION_MAJOR > 1 || (FZ_VERSION_MAJOR == 1 && FZ_VERSION_MINOR >= 25)) style.color = ch.m_internal->argb; #else style.color = ch.m_internal->color;