1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

minor change in language for the --libcurl source header

This commit is contained in:
Daniel Stenberg 2007-08-12 20:36:06 +00:00
parent 44dc36cc8f
commit df3e8e19c1

View File

@ -3437,7 +3437,7 @@ CURLcode _my_setopt(CURL *curl, struct Configurable *config, const char *name,
static const char * const srchead[]={ static const char * const srchead[]={
"/********* Sample code generated by the curl command line tool **********", "/********* Sample code generated by the curl command line tool **********",
" * Lines with [REMARK] below might need to be modified to make this code ", " * Lines with [REMARK] below might need to be modified to make this code ",
" * usable. Add appropriate error code checking where appropriate.", " * usable. Add error code checking where appropriate.",
" * Compile this with a suitable header include path. Then link with ", " * Compile this with a suitable header include path. Then link with ",
" * libcurl.", " * libcurl.",
" * If you use any *_LARGE options, make sure your compiler figure", " * If you use any *_LARGE options, make sure your compiler figure",