Skip to content

Commit

Permalink
Fix yet another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aboood40091 committed Aug 12, 2017
1 parent 9312732 commit b8ad88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtx_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def readGFD(f):
comp = f[pos + i]
if comp == 4: # Sorry, but this is unsupported.
comp = i
compSel.append(f[pos + i])
compSel.append(comp)

pos += 24

Expand Down

0 comments on commit b8ad88d

Please sign in to comment.