From 80c57f49fae227be774858c3016c470719ee5262 Mon Sep 17 00:00:00 2001 From: gotmor Date: Sat, 26 Jul 2008 23:25:33 +0000 Subject: 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 --- draw.c | 4 ++-- 1 file 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: -- cgit v1.2.3-54-g00ecf