From: Nickolay V. Shmyrev Date: Sun, 8 Oct 2006 17:32:41 +0000 (+0000) Subject: Revery UNLIKELY X-Git-Tag: EVINCE_0_6_1~4 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=02ccbcd90f0e2a1317ad55723180d718f7ec63cd;p=evince.git Revery UNLIKELY --- diff --git a/impress/r_back.c b/impress/r_back.c index 94b2949e..29a30bbb 100644 --- a/impress/r_back.c +++ b/impress/r_back.c @@ -16,7 +16,7 @@ _imp_fill_back(ImpRenderCtx *ctx, void *drw_data, iks *node) iks *x; type = r_get_style(ctx, node, "draw:fill"); - if (G_UNLIKELY (type == 0)) return 0; + if (type == 0) return 0; if (strcmp(type, "solid") == 0) { if (r_get_color(ctx, node, "draw:fill-color", &col)) {