summaryrefslogtreecommitdiffstats
path: root/lib/libdisk
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-05-16 22:08:17 +0000
committerstefanf <stefanf@FreeBSD.org>2004-05-16 22:08:17 +0000
commit1b3274a8a0b010b7ed65bedc89f09a69ef92958d (patch)
treed0e580fe01975ec46af69e68238174deea46d8f4 /lib/libdisk
parent937b21a465ef1c1a20915d594e2a97a5c7413bf4 (diff)
downloadFreeBSD-src-1b3274a8a0b010b7ed65bedc89f09a69ef92958d.zip
FreeBSD-src-1b3274a8a0b010b7ed65bedc89f09a69ef92958d.tar.gz
Remove spurious semicolons. Outside of functions they are actually errors but
GCC doesn't warn about them without -pedantic. Approved by: das (mentor) PR: 56649 Reviewed by: md5
Diffstat (limited to 'lib/libdisk')
-rw-r--r--lib/libdisk/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c
index ca2d19e..5d2d9d5 100644
--- a/lib/libdisk/disk.c
+++ b/lib/libdisk/disk.c
@@ -72,7 +72,7 @@ chunk_name(chunk_e type)
case apple: return ("apple");
default: return ("??");
}
-};
+}
struct disk *
Open_Disk(const char *name)
OpenPOWER on IntegriCloud