summaryrefslogtreecommitdiff
path: root/lsh256.cpp
diff options
context:
space:
mode:
authoritrofimow <i.trofimow@yandex.ru>2022-10-02 01:28:40 +0300
committerGitHub <noreply@github.com>2022-10-01 18:28:40 -0400
commiteaa1bf572d6b4adb776cf236aaf53671eb356914 (patch)
tree26fc2dd9383e079c179385b6635439fde282224e /lsh256.cpp
parentcb6804da176377ea0e2fa73da19d56b7ee752a3e (diff)
downloadcryptopp-git-eaa1bf572d6b4adb776cf236aaf53671eb356914.tar.gz
Remove redundant semicolons to make compilers happy (PR #1165)
Diffstat (limited to 'lsh256.cpp')
-rw-r--r--lsh256.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsh256.cpp b/lsh256.cpp
index 0f895bb4..1826542d 100644
--- a/lsh256.cpp
+++ b/lsh256.cpp
@@ -394,7 +394,7 @@ inline void word_perm(lsh_u32 cv_l[8], lsh_u32 cv_r[8])
cv_l[7] = cv_r[5];
cv_r[5] = cv_r[3];
cv_r[3] = temp;
-};
+}
/* -------------------------------------------------------- *
* step function