Remove comma at end of enum

svn path=/trunk/; revision=10871
This commit is contained in:
Jörg Mayer 2004-05-13 16:34:29 +00:00
parent e1fef4b5ca
commit c4a08b1a1c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* prefs.h
* Definitions for preference handling routines
*
* $Id: prefs.h,v 1.62 2004/05/13 15:28:01 ulfl Exp $
* $Id: prefs.h,v 1.63 2004/05/13 16:34:29 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -96,7 +96,7 @@ typedef enum {
typedef enum {
console_open_never,
console_open_auto,
console_open_always,
console_open_always
} console_open_e;