|
7 | 7 | * | (__| |_| | _ <| |___
|
8 | 8 | * \___|\___/|_| \_\_____|
|
9 | 9 | *
|
10 |
| - * Copyright (C) 1998 - 2015, Daniel Stenberg, <[email protected]>, et al. |
| 10 | + * Copyright (C) 1998 - 2016, Daniel Stenberg, <[email protected]>, et al. |
11 | 11 | *
|
12 | 12 | * This software is licensed as described in the file COPYING, which
|
13 | 13 | * you should have received as part of this distribution. The terms
|
@@ -151,7 +151,7 @@ _CURL_WARNING(_curl_easy_setopt_err_curl_off_t,
|
151 | 151 | "curl_easy_setopt expects a curl_off_t argument for this option")
|
152 | 152 | _CURL_WARNING(_curl_easy_setopt_err_string,
|
153 | 153 | "curl_easy_setopt expects a "
|
154 |
| - "string (char* or char[]) argument for this option" |
| 154 | + "string ('char *' or char[]) argument for this option" |
155 | 155 | )
|
156 | 156 | _CURL_WARNING(_curl_easy_setopt_err_write_callback,
|
157 | 157 | "curl_easy_setopt expects a curl_write_callback argument for this option")
|
@@ -184,22 +184,23 @@ _CURL_WARNING(_curl_easy_setopt_err_error_buffer,
|
184 | 184 | _CURL_WARNING(_curl_easy_setopt_err_FILE,
|
185 | 185 | "curl_easy_setopt expects a FILE* argument for this option")
|
186 | 186 | _CURL_WARNING(_curl_easy_setopt_err_postfields,
|
187 |
| - "curl_easy_setopt expects a void* or char* argument for this option") |
| 187 | + "curl_easy_setopt expects a 'void *' or 'char *' argument for this option") |
188 | 188 | _CURL_WARNING(_curl_easy_setopt_err_curl_httpost,
|
189 |
| - "curl_easy_setopt expects a struct curl_httppost* argument for this option") |
| 189 | + "curl_easy_setopt expects a 'struct curl_httppost *' " |
| 190 | + "argument for this option") |
190 | 191 | _CURL_WARNING(_curl_easy_setopt_err_curl_slist,
|
191 |
| - "curl_easy_setopt expects a struct curl_slist* argument for this option") |
| 192 | + "curl_easy_setopt expects a 'struct curl_slist *' argument for this option") |
192 | 193 | _CURL_WARNING(_curl_easy_setopt_err_CURLSH,
|
193 | 194 | "curl_easy_setopt expects a CURLSH* argument for this option")
|
194 | 195 |
|
195 | 196 | _CURL_WARNING(_curl_easy_getinfo_err_string,
|
196 |
| - "curl_easy_getinfo expects a pointer to char * for this info") |
| 197 | + "curl_easy_getinfo expects a pointer to 'char *' for this info") |
197 | 198 | _CURL_WARNING(_curl_easy_getinfo_err_long,
|
198 | 199 | "curl_easy_getinfo expects a pointer to long for this info")
|
199 | 200 | _CURL_WARNING(_curl_easy_getinfo_err_double,
|
200 | 201 | "curl_easy_getinfo expects a pointer to double for this info")
|
201 | 202 | _CURL_WARNING(_curl_easy_getinfo_err_curl_slist,
|
202 |
| - "curl_easy_getinfo expects a pointer to struct curl_slist * for this info") |
| 203 | + "curl_easy_getinfo expects a pointer to 'struct curl_slist *' for this info") |
203 | 204 |
|
204 | 205 | /* groups of curl_easy_setops options that take the same type of argument */
|
205 | 206 |
|
|
0 commit comments