Skip to content

Commit

Permalink
fix switch fallthrouh
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffaello committed Oct 19, 2023
1 parent b78ca66 commit a3866e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ namespace std
break;
case Speech:
str = "Speech";
break;
case Unknown:
str = "Unknown";
break;
Expand Down

0 comments on commit a3866e0

Please sign in to comment.