Slightly tweaked demo programs for clarity.

This commit is contained in:
Project Nayuki
2018-10-04 19:09:26 +00:00
parent 0cded0ba36
commit 55f410cc66
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ static void doMaskDemo() {
/*---- Utilities ----*/
// Prints the given QR Code to the console.
// Prints the given QrCode object to the console.
static void printQr(const QrCode &qr) {
int border = 4;
for (int y = -border; y < qr.getSize() + border; y++) {