diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-07-08 18:57:42 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-07-08 18:57:42 -0700 |
commit | 1286195fe93af31d585628d7e77fd41ee4d736bd (patch) | |
tree | 52c004d8ba7d94d58e1c1f1c89085a95493f8df8 | |
parent | 9c74d6687da25b2a538e5223968f6c7bea95ace0 (diff) | |
download | txr-1286195fe93af31d585628d7e77fd41ee4d736bd.tar.gz txr-1286195fe93af31d585628d7e77fd41ee4d736bd.tar.bz2 txr-1286195fe93af31d585628d7e77fd41ee4d736bd.zip |
crc32: comment header formatting problem.
* crc32.c, crc32.h: Repair accidentally joined lines.
-rw-r--r-- | chksums/crc32.c | 4 | ||||
-rw-r--r-- | chksums/crc32.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chksums/crc32.c b/chksums/crc32.c index b8764d1d..74b9ece7 100644 --- a/chksums/crc32.c +++ b/chksums/crc32.c @@ -9,7 +9,9 @@ * 1. Redistributions of source code must retain the above copyright notice, this * list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED diff --git a/chksums/crc32.h b/chksums/crc32.h index c10f3f3e..f461e42d 100644 --- a/chksums/crc32.h +++ b/chksums/crc32.h @@ -9,7 +9,9 @@ * 1. Redistributions of source code must retain the above copyright notice, this * list of conditions and the following disclaimer. * - * 2. Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |