aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <benjamin@barenblat.name>2018-07-24 12:04:45 -0400
committerGravatar HoĆ  V. DINH <dinh.viet.hoa@gmail.com>2018-07-24 09:04:45 -0700
commit096c8665b5d7c6851395a46bd09d33e3fa6e2d52 (patch)
tree7378001e5ddaa590a078aeecb4448b86025c126e
parente54ec9f6d232c7613ea8c4044447fc446ebbdcd1 (diff)
Add missing semicolon (#1768)
I forgot a semicolon in commit 91300dbf44bcdfe822a9778d1c9d3cec2c2790d7. Add it.
-rw-r--r--src/core/nntp/MCNNTPSession.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nntp/MCNNTPSession.cpp b/src/core/nntp/MCNNTPSession.cpp
index 2b573cc8..ae383581 100644
--- a/src/core/nntp/MCNNTPSession.cpp
+++ b/src/core/nntp/MCNNTPSession.cpp
@@ -840,7 +840,7 @@ static int xover_resp_to_fields(struct newsnntp_xover_resp_item * item, struct m
r = MAIL_ERROR_MEMORY;
goto free_list;
}
- break
+ break;
case MAILIMF_ERROR_PARSE:
break;