diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-21 18:46:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-21 18:46:43 +0000 |
commit | 761724b64a9ef22d682bb1207259bcaa496c3380 (patch) | |
tree | b72d7f9fd2b44f381e5408bff6d25fdb99c3fe18 /libports | |
parent | 8d00e803d92d655e0efcfa196b7f4b141190cbbd (diff) |
Typo again.
Diffstat (limited to 'libports')
-rw-r--r-- | libports/ports.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libports/ports.h b/libports/ports.h index d7055e90..0355c071 100644 --- a/libports/ports.h +++ b/libports/ports.h @@ -172,7 +172,7 @@ void port_enable_bucket (struct port_bucket *bucket); /* Call FUN once for each port in BUCKET. */ error_t port_bucket_iterate (struct port_bucket *bucket, - void (*fun)(void *port)); + error_t (*fun)(void *port)); |