Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/impress
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-10-08 17:32:41 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-10-08 17:32:41 (GMT)
commit02ccbcd90f0e2a1317ad55723180d718f7ec63cd (patch)
tree3af1a299f038c26eb3bd6201aef9c9fc2e078123 /impress
parent6f5675e9962f795f45bd4385e4938f7177d14aa9 (diff)
Revery UNLIKELY
Diffstat (limited to 'impress')
-rw-r--r--impress/r_back.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/impress/r_back.c b/impress/r_back.c
index 94b2949..29a30bb 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)) {