aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h2
1 files changed, 1 insertions, 1 deletions
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. */