mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
s/not/note
This commit is contained in:
parent
0c4907afcc
commit
d5bb877fba
@ -82,7 +82,7 @@ extern "C" {
|
|||||||
/* gcc on windows or Watcom */
|
/* gcc on windows or Watcom */
|
||||||
typedef long long curl_off_t;
|
typedef long long curl_off_t;
|
||||||
#else
|
#else
|
||||||
/* "normal" approach, do not that this does not necessarily mean that
|
/* "normal" approach, do note that this does not necessarily mean that
|
||||||
the type is >32 bits, see the SIZEOF_CURL_OFF_T define for that! */
|
the type is >32 bits, see the SIZEOF_CURL_OFF_T define for that! */
|
||||||
typedef off_t curl_off_t;
|
typedef off_t curl_off_t;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user