aboutsummaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-03-30 15:47:15 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-03-30 15:47:15 +0000
commita88827cf901f7d8d70c6c09907232042c357e477 (patch)
treefb83618e404eb86fd3b80cb516746014589bfc5d /action.c
parent317b0417b2b189fa15de3fc9542fb9c6ffe8239e (diff)
downloaddzen-a88827cf901f7d8d70c6c09907232042c357e477.tar.gz
dzen-a88827cf901f7d8d70c6c09907232042c357e477.zip
cosmetic changes
git-svn-id: http://dzen.googlecode.com/svn/trunk@9 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'action.c')
-rw-r--r--action.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/action.c b/action.c
index a6813cc..9a9fe6d 100644
--- a/action.c
+++ b/action.c
@@ -46,7 +46,7 @@ struct action_lookup ac_lookup_table[] = {
{ 0, 0 }
};
-Ev ev_table[256] = {{0}, {0}};
+Ev ev_table[MAXEVENTS] = {{0}, {0}};
/* utilities */
void
@@ -101,7 +101,7 @@ fill_ev_table(char *input)
if (subtoken == NULL)
break;
if( (str2 == token) && ((eid = get_ev_id(subtoken)) != -1))
- 0;
+ ;
else if(eid == -1)
break;