From 27a162608469b4dacd251b703ca2b9867bd7c0d3 Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Wed, 7 Sep 2016 17:48:01 -0400 Subject: Comment intentional switch fallthroughs --- toxcore/tox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/tox.c') diff --git a/toxcore/tox.c b/toxcore/tox.c index 26fa0de4..b155c02f 100644 --- a/toxcore/tox.c +++ b/toxcore/tox.c @@ -1058,7 +1058,7 @@ bool tox_file_seek(Tox *tox, uint32_t friend_number, uint32_t file_number, uint6 SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEEK_NOT_FOUND); return 0; - case -4: + case -4: // fall-through case -5: SET_ERROR_PARAMETER(error, TOX_ERR_FILE_SEEK_DENIED); return 0; -- cgit v1.2.3