Tweaked comments in C code.

This commit is contained in:
Project Nayuki 2017-04-21 15:51:45 +00:00
parent 36f9dc11c4
commit d27ee77082
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,7 +1,8 @@
/*
* 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
* https://www.nayuki.io/page/qr-code-generator-library
@ -24,7 +25,6 @@
* Software.
*/
#include <assert.h>
#include <limits.h>
#include <stdbool.h>