mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 19:01:08 +01:00
@@ -284,7 +284,7 @@ public class SourceUtils {
|
||||
}
|
||||
break;
|
||||
case IN_BLOCK_COMMENT:
|
||||
if (pch == '*' && ch == '/' && (i - blockStart) > 1) {
|
||||
if (pch == '*' && ch == '/' && (i - blockStart) > 0) {
|
||||
state = OUT;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user