From 02ccbcd90f0e2a1317ad55723180d718f7ec63cd Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Sun, 8 Oct 2006 17:32:41 +0000 Subject: [PATCH] Revery UNLIKELY --- impress/r_back.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.43.5