Opened 6 years ago
Last modified 6 years ago
#6049 new Bug
session.h (trivial) remove trailing enum comma
Reported by: | cfpp2p | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Transmission | Version: | 2.84 |
Severity: | Trivial | Keywords: | |
Cc: |
Description
similar to r14612 session.h has trailing enum comma
line 35
typedef enum { TR_AUTO_SWITCH_UNUSED, TR_AUTO_SWITCH_ON, TR_AUTO_SWITCH_OFF, } tr_auto_switch_state_t;
Note: See
TracTickets for help on using
tickets.
also session.h line 263