aboutsummaryrefslogtreecommitdiffstats
path: root/draw.c
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2009-03-30 15:55:07 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2009-03-30 15:55:07 +0000
commit4dd57ded6770bbf767006ddef25bc670f1bca419 (patch)
tree5a25a292495ec913dc1a171f6b8ca649ae17565c /draw.c
parent4eda5b6b0616baa6ced2aaac73c6c1397f8c08e7 (diff)
downloaddzen-4dd57ded6770bbf767006ddef25bc670f1bca419.tar.gz
dzen-4dd57ded6770bbf767006ddef25bc670f1bca419.zip
corrected typo in draw.c
git-svn-id: http://dzen.googlecode.com/svn/trunk@261 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/draw.c b/draw.c
index 313f8fb..2ec7ce3 100644
--- a/draw.c
+++ b/draw.c
@@ -632,7 +632,7 @@ parse_line(const char *line, int lnr, int align, int reverse, int nodraw) {
if(r != 2)
px = px+n_posx<0? 0 : px + n_posx;
- if(r != 1)
+ if(r != 1)
py += n_posy;
} else {
set_posy = 0;
@@ -913,7 +913,7 @@ parse_non_drawing_commands(char * text) {
a_togglehide(NULL);
return 0;
}
- if(!strncmp(text, "^hide()", strlen("^ide()"))) {
+ if(!strncmp(text, "^hide()", strlen("^hide()"))) {
a_hide(NULL);
return 0;
}