summaryrefslogtreecommitdiffstats
path: root/gf16.cc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-24 04:36:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-24 04:36:49 +0000
commit3f61ac8e91689973737f281b0657ae16216b1960 (patch)
treef2334e5cf62fa1e169053046c68b97c321227952 /gf16.cc
parentReleasing debian version 1.25~pre1-1. (diff)
downloadlziprecover-3f61ac8e91689973737f281b0657ae16216b1960.tar.xz
lziprecover-3f61ac8e91689973737f281b0657ae16216b1960.zip
Merging upstream version 1.25~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gf16.cc')
-rw-r--r--gf16.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf16.cc b/gf16.cc
index ee5bb30..dea69ae 100644
--- a/gf16.cc
+++ b/gf16.cc
@@ -108,7 +108,7 @@ bool check_inverse( const uint16_t * const A, const uint16_t * const B,
{ if( print && row ) std::fputc( '\n', stderr ); return false; }
if( print ) std::fprintf( stderr, "\r%5u rows checked \r", row + 1 );
}
- return true; // A * B == I
+ return true;
}