Skip to content

Commit

Permalink
tables/de-eurobrl6.dis: fix a type mismatch
Browse files Browse the repository at this point in the history
In the tables/de-eurobrl6.dis file, all alphabetic letters defined with lowercase letters after display opcode,except the w character, this is possible a type mismatch.
So, I simple correct following line:
display W 2456
to:
display w 2456
  • Loading branch information
hammera committed May 22, 2017
1 parent 9e7db12 commit a2f57d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tables/de-eurobrl6.dis
Expand Up @@ -70,7 +70,7 @@ display 6 1246
display 7 12456
display 8 1256
display 9 246
display W 2456
display w 2456
display , 2
display ; 23
display : 25
Expand Down

0 comments on commit a2f57d8

Please sign in to comment.