From a88827cf901f7d8d70c6c09907232042c357e477 Mon Sep 17 00:00:00 2001 From: gotmor Date: Fri, 30 Mar 2007 15:47:15 +0000 Subject: cosmetic changes git-svn-id: http://dzen.googlecode.com/svn/trunk@9 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- action.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'action.c') 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; -- cgit v1.2.3-54-g00ecf