From 614169fc88150725554ea775a6c53dceeb7dfd26 Mon Sep 17 00:00:00 2001 From: Project Nayuki Date: Mon, 8 Oct 2018 03:02:56 +0000 Subject: [PATCH] Fixed a comment in C code. --- c/qrcodegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/qrcodegen.c b/c/qrcodegen.c index 3e631f9..a2d0517 100644 --- a/c/qrcodegen.c +++ b/c/qrcodegen.c @@ -444,7 +444,7 @@ static void drawFormatBits(enum qrcodegen_Ecc ecl, enum qrcodegen_Mask mask, uin // Calculates and stores an ascending list of positions of alignment patterns -// for this version number, returning the length of the list (in the range [0,7)). +// for this version number, returning the length of the list (in the range [0,7]). // Each position is in the range [0,177), and are used on both the x and y axes. // This could be implemented as lookup table of 40 variable-length lists of unsigned bytes. testable int getAlignmentPatternPositions(int version, uint8_t result[7]) {