diff options
Diffstat (limited to 'lpg/libqr/constants.h')
-rw-r--r-- | lpg/libqr/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lpg/libqr/constants.h b/lpg/libqr/constants.h index 5ae9256..fbfadc8 100644 --- a/lpg/libqr/constants.h +++ b/lpg/libqr/constants.h @@ -5,7 +5,7 @@ extern const int QR_ALIGNMENT_LOCATION[40][7]; extern const int QR_DATA_WORD_COUNT[40][4]; -/* See spec table 18 (also table 19 for application) */ +/* See qr_get_rs_block_sizes() */ extern const int QR_RS_BLOCK_COUNT[40][4][2]; extern const enum qr_data_type QR_TYPE_CODES[16]; |