From 8e5aa32a093b0bd874416dd2a0f08ecadd8c0b75 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 25 Aug 1997 23:31:05 +0000 Subject: [PATCH] Fixed pedantic syntax error (trailing comma in enum). --- sys/i386/isa/wt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/isa/wt.c b/sys/i386/isa/wt.c index a45cbb0d5354..e95749bc00ae 100644 --- a/sys/i386/isa/wt.c +++ b/sys/i386/isa/wt.c @@ -20,7 +20,7 @@ * the original CMU copyright notice. * * Version 1.3, Thu Nov 11 12:09:13 MSK 1993 - * $Id: wt.c,v 1.39 1997/03/24 11:24:14 bde Exp $ + * $Id: wt.c,v 1.40 1997/07/20 14:10:18 bde Exp $ * */ @@ -131,7 +131,7 @@ enum wttype { UNKNOWN = 0, /* unknown type, driver disabled */ ARCHIVE, /* Archive Viper SC499, SC402 etc */ - WANGTEK, /* Wangtek */ + WANGTEK /* Wangtek */ }; typedef struct {