Fixed this header to compile with gcc -pedantic -Werror (removed comma

at end of enum).
This commit is contained in:
Bruce Evans 1997-03-19 01:54:04 +00:00
parent 610ad63a48
commit 26838e4e99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24014

View file

@ -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