mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:11:42 +03:00
curl.h: s/#defien/#define/
This commit is contained in:
parent
250d786bd2
commit
ff8d352ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -848,7 +848,7 @@ typedef enum {
|
|||
/* The macro "##" is ISO C, we assume pre-ISO C doesn't support it. */
|
||||
#define LONG CURLOPTTYPE_LONG
|
||||
#define OBJECTPOINT CURLOPTTYPE_OBJECTPOINT
|
||||
#defien STRINGPOINT CURLOPTTYPE_OBJECTPOINT
|
||||
#define STRINGPOINT CURLOPTTYPE_OBJECTPOINT
|
||||
#define FUNCTIONPOINT CURLOPTTYPE_FUNCTIONPOINT
|
||||
#define OFF_T CURLOPTTYPE_OFF_T
|
||||
#define CINIT(name,type,number) CURLOPT_/**/name = type + number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue