summaryrefslogtreecommitdiff
path: root/render/color.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-03-21 01:03:00 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-03-21 01:03:00 +0000
commit335e8acbfc5d2824f1fd2cb67a5add8e1ed40b06 (patch)
tree11a57b82c4825d2561c71f71e2e1067cd1e0d363 /render/color.c
parent64c65f3b67364bb82420dbdd05d7e655b1d74d43 (diff)
yay no tabs in the source
Diffstat (limited to 'render/color.c')
-rw-r--r--render/color.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/color.c b/render/color.c
index 491dc47b..9f053e97 100644
--- a/render/color.c
+++ b/render/color.c
@@ -49,7 +49,7 @@ RrColor *RrColorParse(const RrInstance *inst, gchar *colorname)
xcol.pixel = 0;
if (!XParseColor(RrDisplay(inst), RrColormap(inst), colorname, &xcol)) {
g_warning("unable to parse color '%s'", colorname);
- return NULL;
+ return NULL;
}
return RrColorNew(inst, xcol.red >> 8, xcol.green >> 8, xcol.blue >> 8);
}