diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 00:05:08 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-20 00:05:08 +0000 |
| commit | a84a89815f6c2f6581332c0adece2695e33b4382 (patch) | |
| tree | eedbb626d976a70f811f16312ec01500b836b71f | |
| parent | d223d0456206aeba92c9aec7fcf814ee5a56de23 (diff) | |
(diskfs_drop_node): Fix typo.
| -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 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) { |
