diff --git a/app/src/processing/app/tools/AutoFormat.java b/app/src/processing/app/tools/AutoFormat.java index 074e7d8a2..3c2bc9ef0 100644 --- a/app/src/processing/app/tools/AutoFormat.java +++ b/app/src/processing/app/tools/AutoFormat.java @@ -241,7 +241,7 @@ public class AutoFormat implements Tool { public void cpp_comment() throws IOException { c = getchr(); - while(c != '\n' && c != '\r' && j<133) + while(c != '\n' && c != '\r') { string[j++] = c; c = getchr();