From 09f52e0fae029c58e62db2d717ff4a60b1513ec5 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 19 Mar 1997 01:54:04 +0000 Subject: Fixed this header to compile with gcc -pedantic -Werror (removed comma at end of enum). --- lib/libdisk/libdisk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libdisk') diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index d78a646..b8c724e 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * -* $Id$ +* $Id: libdisk.h,v 1.26 1997/02/22 15:06:35 peter Exp $ * */ @@ -20,7 +20,7 @@ typedef enum { freebsd, extended, part, - unused, + unused } chunk_e; __BEGIN_DECLS -- cgit v1.1