aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-08-23 17:44:35 +0000
committerOmar Polo <op@omarpolo.com>2023-08-23 17:44:35 +0000
commit258131b1b60f657acfcc75d5416e859806de1415 (patch)
tree079f2413ca40427a30de9bea49bc69f745124811 /configure
parent8f8d721301fb5d8cf248fc89b0a74616fc1aa1ee (diff)
typo
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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);"