aboutsummaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-15 11:17:21 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-15 11:17:21 +0000
commitcc3d72cc98e7c19e0b42568252fc5c6881342341 (patch)
treebb2163d3e8c6f0b9fc2bb203727a178604695e33 /action.c
parentc1370699c3026c8a1c97a5880ef4dfa32aea9c2e (diff)
downloaddzen-cc3d72cc98e7c19e0b42568252fc5c6881342341.tar.gz
dzen-cc3d72cc98e7c19e0b42568252fc5c6881342341.zip
help script added
git-svn-id: http://dzen.googlecode.com/svn/trunk@104 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 8923017..b6564fb 100644
--- a/action.c
+++ b/action.c
@@ -78,13 +78,13 @@ new_event(long evid) {
newitem = emalloc(sizeof (ev_list));
newitem->id = evid;
item->next = newitem;
- newitem->next= NULL;
+ newitem->next = NULL;
}
return 0;
}
void
-add_handler(long evid, int hpos, void * hcb) {
+add_handler(long evid, int hpos, void* hcb) {
ev_list *item;
item = head;