missing ; in prototype

This commit is contained in:
Omar Polo 2021-01-22 16:53:21 +00:00
parent 30008a68d3
commit 3527b7a58a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -298,7 +298,7 @@ if [ ${HAVE_STRLCPY} -eq 0 ]; then
COMPAT="${COMPAT} compat/strlcpy.o"
fi
if [ ${HAVE_STRTONUM} -eq 0 ]; then
echo "extern long long strtonum(const char*, long long, long long, const char**)"
echo "extern long long strtonum(const char*, long long, long long, const char**);"
COMPAT="${COMPAT} compat/strtonum.o"
fi
if [ ${HAVE_VASPRINTF} -eq 0 ]; then