summaryrefslogtreecommitdiff
path: root/zwgc/zephyr.c
diff options
context:
space:
mode:
authorGravatar Dan Winship <danw@mit.edu>1999-08-12 20:19:28 +0000
committerGravatar Dan Winship <danw@mit.edu>1999-08-12 20:19:28 +0000
commit82d03cb6cc04d9830eafa0fc1887e777dc6a64cb (patch)
treefdf6eb7440889b15e0abe6eec20b91c982aa9463 /zwgc/zephyr.c
parentfec950e474e5f7a177353db7b13f5818875741dd (diff)
fix things Irix n32 cc complains about
Diffstat (limited to 'zwgc/zephyr.c')
-rw-r--r--zwgc/zephyr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/zephyr.c b/zwgc/zephyr.c
index 0bc403a..c5a3855 100644
--- a/zwgc/zephyr.c
+++ b/zwgc/zephyr.c
@@ -187,7 +187,7 @@ void zephyr_init(notice_handler)
* <<<>>>
*/
mux_add_input_source(ZGetFD(), (void (*)())handle_zephyr_input,
- (pointer)notice_handler);
+ notice_handler);
zephyr_inited = 1;
return;
}