Remove trailing , from last enum element.

This commit is contained in:
simonb 2000-12-01 02:07:04 +00:00
parent 97490c9997
commit 8e32f3794d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: device.h,v 1.44 2000/07/22 05:02:24 matt Exp $ */
/* $NetBSD: device.h,v 1.45 2000/12/01 02:07:04 simonb Exp $ */
/*
* Copyright (c) 1996, 2000 Christopher G. Demetriou
@ -101,7 +101,7 @@ enum devclass {
*/
enum devact {
DVACT_ACTIVATE, /* activate the device */
DVACT_DEACTIVATE, /* deactivate the device */
DVACT_DEACTIVATE /* deactivate the device */
};
struct device {