aboutsummaryrefslogtreecommitdiffstats
path: root/draw.c
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-12-05 23:44:07 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-12-05 23:44:07 +0000
commit8f421dd7923f98dcd3e20b96e31cb226b226bbc6 (patch)
tree8ff03e8284f47f5295fc2c0b2c795109fef3a335 /draw.c
parent7c16f89cb07b4321afa84a4bb7f0701a2cb92237 (diff)
downloaddzen-8f421dd7923f98dcd3e20b96e31cb226b226bbc6.tar.gz
dzen-8f421dd7923f98dcd3e20b96e31cb226b226bbc6.zip
fixed return type of parse_non_drawing_commands()
git-svn-id: http://dzen.googlecode.com/svn/trunk@236 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw.c b/draw.c
index 97308df..a1be746 100644
--- a/draw.c
+++ b/draw.c
@@ -932,6 +932,7 @@ parse_line(const char *line, int lnr, int align, int reverse, int nodraw) {
return nodraw ? rbuf : NULL;
}
+int
parse_non_drawing_commands(char * text) {
if(!text)