aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-07-26 23:25:33 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-07-26 23:25:33 +0000
commit80c57f49fae227be774858c3016c470719ee5262 (patch)
treeb6c71a72cb8ba11aad1b74fddbe2b7cde73d4037
parent1bf22ab9839a9417f8db2b7f2e24f03e155e8e53 (diff)
downloaddzen-80c57f49fae227be774858c3016c470719ee5262.tar.gz
dzen-80c57f49fae227be774858c3016c470719ee5262.zip
fixed #ifdef/#endif confusion for "option 1" in config.mk
git-svn-id: http://dzen.googlecode.com/svn/trunk@232 f2baff5b-bf2c-0410-a398-912abdc3d8b2
-rw-r--r--draw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/draw.c b/draw.c
index 2b9571e..ac878ed 100644
--- a/draw.c
+++ b/draw.c
@@ -445,8 +445,8 @@ parse_line(const char *line, int lnr, int align, int reverse, int nodraw) {
//XFreePixmap(dzen.dpy, xpm_pm);
free_xpm_attrib = 1;
}
- }
#endif
+ }
break;
@@ -689,8 +689,8 @@ parse_line(const char *line, int lnr, int align, int reverse, int nodraw) {
//XFreePixmap(dzen.dpy, xpm_pm);
free_xpm_attrib = 1;
}
- }
#endif
+ }
break;
case rect: