From: Ryan Schmidt Date: Sat, 27 Aug 2022 00:03:37 +0000 (-0500) Subject: config-mac: fix typo: size_T -> size_t X-Git-Tag: curl-7_87_0~72 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29bb9ba431a3e3b44f131d7ef1668ae3305be2d1;p=thirdparty%2Fcurl.git config-mac: fix typo: size_T -> size_t Both MPW and CodeWarrior compilers complained about this. Closes #10029 --- diff --git a/lib/config-mac.h b/lib/config-mac.h index 2b36a5304b..17e012ee7d 100644 --- a/lib/config-mac.h +++ b/lib/config-mac.h @@ -91,7 +91,7 @@ #define SEND_TYPE_ARG1 int #define SEND_QUAL_ARG2 const #define SEND_TYPE_ARG2 void * -#define SEND_TYPE_ARG3 size_T +#define SEND_TYPE_ARG3 size_t #define SEND_TYPE_ARG4 int #define SEND_TYPE_RETV ssize_t