From 77ad08a6c05a602432f8d6a7f03ed1ee402bfc7f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Sat, 22 Jul 1995 17:55:44 +0000 Subject: (diskfs_S_file_getcontrol): Fix typo. --- libdiskfs/file-getcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3