diff options
Diffstat (limited to 'docs/examples/post-callback.c')
-rw-r--r-- | docs/examples/post-callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/post-callback.c b/docs/examples/post-callback.c index f4cd50c0b..dbf249140 100644 --- a/docs/examples/post-callback.c +++ b/docs/examples/post-callback.c @@ -28,7 +28,7 @@ #include <string.h> #include <curl/curl.h> -const char data[]="this is what we post to the silly web server"; +static const char data[]="this is what we post to the silly web server"; struct WriteThis { const char *readptr; |