summaryrefslogtreecommitdiff
path: root/libdiskfs/node-drop.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-06-20 00:05:08 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-06-20 00:05:08 +0000
commita84a89815f6c2f6581332c0adece2695e33b4382 (patch)
treeeedbb626d976a70f811f16312ec01500b836b71f /libdiskfs/node-drop.c
parentd223d0456206aeba92c9aec7fcf814ee5a56de23 (diff)
(diskfs_drop_node): Fix typo.
Diffstat (limited to 'libdiskfs/node-drop.c')
-rw-r--r--libdiskfs/node-drop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/node-drop.c b/libdiskfs/node-drop.c
index c163ec46..663c47a9 100644
--- a/libdiskfs/node-drop.c
+++ b/libdiskfs/node-drop.c
@@ -64,7 +64,7 @@ diskfs_drop_node (struct node *np)
else
diskfs_node_update (np, diskfs_synchronous);
- fshelp_drop_transbox (&np-transbox);
+ fshelp_drop_transbox (&np->transbox);
if (np->dirmod_reqs)
{