summaryrefslogtreecommitdiff
path: root/libdiskfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-22 17:55:44 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-22 17:55:44 +0000
commit77ad08a6c05a602432f8d6a7f03ed1ee402bfc7f (patch)
tree7941fadc3ffec58334dd5e08bf95822c45a4f165 /libdiskfs
parentc4aeb5f1c6faee40c51354e5555b90afa3ac8614 (diff)
(diskfs_S_file_getcontrol): Fix typo.
Diffstat (limited to 'libdiskfs')
-rw-r--r--libdiskfs/file-getcontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-getcontrol.c b/libdiskfs/file-getcontrol.c
index d7c2676c..27225e31 100644
--- a/libdiskfs/file-getcontrol.c
+++ b/libdiskfs/file-getcontrol.c
@@ -24,7 +24,7 @@ diskfs_S_file_getcontrol (struct protid *cred,
mach_port_t *control,
mach_msg_type_name_t *controltype)
{
- int error = 0;;
+ int error = 0;
struct port_info *newpi;
if (!cred)