From a752604477c646135eb8972a9797f4c331ce09ac Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Sun, 16 May 2004 22:08:17 +0000 Subject: 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 --- lib/libdisk/disk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c index ca2d19e25769..5d2d9d591321 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) -- cgit v1.2.3