Skip to content

Commit c770ef7

Browse files
authored
Merge pull request #1 from greymtr/patch-1
fixed crc.java
2 parents e577715 + 07ab32a commit c770ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static void main(String args[])
6464
for(int i=k;i<k+g-1;i++)
6565
{ if(codewordR[i]!=0)
6666
{ flag=1;
67-
67+
break;
6868
}
6969
else
7070
flag=0;

0 commit comments

Comments
 (0)