Tweaked comments in C code.

pull/11/head
Project Nayuki 8 years ago
parent 36f9dc11c4
commit d27ee77082

@ -1,5 +1,5 @@
# #
# Makefile for QR Code generator (C++) # Makefile for QR Code generator (C)
# #
# Copyright (c) Project Nayuki # Copyright (c) Project Nayuki
# https://www.nayuki.io/page/qr-code-generator-library # https://www.nayuki.io/page/qr-code-generator-library

@ -1,7 +1,8 @@
/* /*
* QR Code generator test suite (C) * QR Code generator test suite (C)
* *
* Compile with QRCODEGEN_TEST defined. Run this command line program with no arguments. * When compiling this program, the library qrcodegen.c needs QRCODEGEN_TEST
* to be defined. Run this command line program with no arguments.
* *
* Copyright (c) Project Nayuki * Copyright (c) Project Nayuki
* https://www.nayuki.io/page/qr-code-generator-library * https://www.nayuki.io/page/qr-code-generator-library
@ -24,7 +25,6 @@
* Software. * Software.
*/ */
#include <assert.h> #include <assert.h>
#include <limits.h> #include <limits.h>
#include <stdbool.h> #include <stdbool.h>

Loading…
Cancel
Save