From df007c001d6f78e44ef5a82ed93d1031ef68d1e3 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 2 Jan 2013 01:35:08 +0000 Subject: Fix "file.h:56:21: warning: comma at end of enumerator list". svn path=/trunk/; revision=46889 --- file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.h') diff --git a/file.h b/file.h index ea182446d8..34685caa54 100644 --- a/file.h +++ b/file.h @@ -53,7 +53,7 @@ typedef enum { typedef enum { CF_WRITE_OK, /**< operation succeeded */ CF_WRITE_ERROR, /**< operation got an error (function may provide err with details) */ - CF_WRITE_ABORTED, /**< operation aborted by user */ + CF_WRITE_ABORTED /**< operation aborted by user */ } cf_write_status_t; /** Return values from functions that print sets of packets. */ -- cgit v1.2.3