]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
config-mac: fix typo: size_T -> size_t
authorRyan Schmidt <git@ryandesign.com>
Sat, 27 Aug 2022 00:03:37 +0000 (19:03 -0500)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Dec 2022 07:10:04 +0000 (08:10 +0100)
Both MPW and CodeWarrior compilers complained about this.

Closes #10029

lib/config-mac.h

index 2b36a5304b12a3cfb584ac3864106d4db60caef4..17e012ee7d36b7b20827069fc151b46a766bb27e 100644 (file)
@@ -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