Skip to content

Commit 8d5bbfe

Browse files
committed
Fix compile warning in mime.c.
1 parent 018b821 commit 8d5bbfe

File tree

1 file changed

+1
-0
lines changed
  • binmodules/luasocket/src

1 file changed

+1
-0
lines changed

binmodules/luasocket/src/mime.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ static size_t dot(int c, size_t state, luaL_Buffer *buffer)
689689
case '.':
690690
if (state == 2)
691691
luaL_addchar(buffer, '.');
692+
// fall through
692693
default:
693694
return 0;
694695
}

0 commit comments

Comments
 (0)