From 258131b1b60f657acfcc75d5416e859806de1415 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Wed, 23 Aug 2023 17:44:35 +0000 Subject: [PATCH] typo --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bda2585..32a89f7 100755 --- a/configure +++ b/configure @@ -522,7 +522,7 @@ if [ ${HAVE_GETDTABLESIZE} -eq 0 ]; then echo "extern int getdtablesize(void);" fi if [ ${HAVE_GETENTROPY} -eq 0 ]; then - echo "extern int getentropy(void *, size_t)"; + echo "extern int getentropy(void *, size_t);" fi if [ ${HAVE_GETPROGNAME} -eq 0 ]; then echo "extern const char *getprogname(void);"