Fix comment bug

This commit is contained in:
Benjamin Gray 2018-10-29 11:44:27 +11:00 committed by GitHub
parent d9a5aff533
commit 4df104a855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ struct Scanner {
lexer->mark_end(lexer); lexer->mark_end(lexer);
return true; return true;
} }
break;
default: default:
dashes = 0; dashes = 0;
} }