aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2023-10-15 01:26:39 -0400
committerPaul Duncan <pabs@pablotron.org>2023-10-15 01:26:39 -0400
commit53b7de16ebc65d6e49e469a87d3c1357ef3b024b (patch)
tree091a219f5f0ebf76cd89769c5a2e772264b61152 /README.md
parent76e242ce7640f6f1a79e9af95330afa56f2a46df (diff)
downloadsha3-53b7de16ebc65d6e49e469a87d3c1357ef3b024b.tar.bz2
sha3-53b7de16ebc65d6e49e469a87d3c1357ef3b024b.zip
README.md: s/main()/main(void)/
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3cbc785..326a836 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ TurboSHAKE128 example, using the iterative API:
#include "hex.h"
#include "sha3.h"
-int main() {
+int main(void) {
// init turboshake
turboshake_t ts;
turboshake128_init(&ts);