diff options
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/getinfo.c | 1 | ||||
-rw-r--r-- | docs/examples/http-post.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/examples/getinfo.c b/docs/examples/getinfo.c index 7c462b205..eb0cae31f 100644 --- a/docs/examples/getinfo.c +++ b/docs/examples/getinfo.c @@ -40,4 +40,3 @@ int main(void) } return 0; } - diff --git a/docs/examples/http-post.c b/docs/examples/http-post.c index bde06c6ea..30ca3536b 100644 --- a/docs/examples/http-post.c +++ b/docs/examples/http-post.c @@ -33,4 +33,3 @@ int main(void) } return 0; } - |