diff options
Diffstat (limited to 'src/common/session.h')
-rw-r--r-- | src/common/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/session.h b/src/common/session.h index f0e29df72..befbd85da 100644 --- a/src/common/session.h +++ b/src/common/session.h @@ -87,7 +87,7 @@ enum t_session_server SESSION_SERV_LAG_NEXT_CHECK, SESSION_SERV_CHARSET_DECODE_ISO, SESSION_SERV_CHARSET_DECODE_UTF, - SESSION_SERV_CHARSET_ENCODE + SESSION_SERV_CHARSET_ENCODE, }; enum t_session_channel |