From 53b7de16ebc65d6e49e469a87d3c1357ef3b024b Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 15 Oct 2023 01:26:39 -0400 Subject: README.md: s/main()/main(void)/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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); -- cgit v1.2.3