From 39c48a162eebc16ea3fbc037fc8412091c0c3d67 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Sun, 6 Dec 2015 21:41:18 +0000 Subject: [PATCH] (trivial) remove trailing enum comma --- libtransmission/transmission.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtransmission/transmission.h b/libtransmission/transmission.h index 51267cc72..860548389 100644 --- a/libtransmission/transmission.h +++ b/libtransmission/transmission.h @@ -935,8 +935,8 @@ typedef enum TR_FALLBACK, /* indicates the ctor value should be used only in case of missing resume settings */ - TR_FORCE, /* indicates the ctor value should be used - regardless of what's in the resume settings */ + TR_FORCE /* indicates the ctor value should be used + regardless of what's in the resume settings */ } tr_ctorMode; -- 2.40.0