Skip to content

Commit ad83b84

Browse files
authored
Update JAGL.py
1 parent 5710390 commit ad83b84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JAGL/JAGL.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
elif p==len(i) and m==1:
1717
while 1:
1818
p-=1
19-
if i[p]=="\n":break
20-
elif p==0:break
19+
if i[p]=="\n":m=0;break
20+
elif p==0:m=0;break

0 commit comments

Comments
 (0)