Skip to content

Commit

Permalink
Code cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukuchi committed Jan 18, 2010
1 parent b83769c commit b3e7123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qrspec.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ unsigned int QRspec_getVersionPattern(int version)
{
if(version < 7 || version > QRSPEC_VERSION_MAX) return 0;

return versionPattern[version -7];
return versionPattern[version - 7];
}

/******************************************************************************
Expand Down

0 comments on commit b3e7123

Please sign in to comment.