diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-14 15:14:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-14 15:14:08 +0000 |
commit | 9097cbfc3e4050bf324551d8ba765445cbbf07ae (patch) | |
tree | 775d4b0dc1dbfd0edd2ae172328c78f8f00290c9 /libdiskfs | |
parent | 9fd9e2b19295f338499888395d1bc377e6d03ec1 (diff) |
(diskfs_drop_node): Fix typo.
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/node-drop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/node-drop.c b/libdiskfs/node-drop.c index d2a89090..6fcb8cd8 100644 --- a/libdiskfs/node-drop.c +++ b/libdiskfs/node-drop.c @@ -80,7 +80,7 @@ diskfs_drop_node (struct node *np) } if (np->identity != MACH_PORT_NULL) - mach_port_destroy (mach_task_self (), np->identity; + mach_port_destroy (mach_task_self (), np->identity); assert (!np->sockaddr); |