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, 2 insertions, 0 deletions
diff --git a/docs/examples/getinfo.c b/docs/examples/getinfo.c index eb0cae31f..7c462b205 100644 --- a/docs/examples/getinfo.c +++ b/docs/examples/getinfo.c @@ -40,3 +40,4 @@ int main(void) } return 0; } + diff --git a/docs/examples/http-post.c b/docs/examples/http-post.c index 30ca3536b..bde06c6ea 100644 --- a/docs/examples/http-post.c +++ b/docs/examples/http-post.c @@ -33,3 +33,4 @@ int main(void) } return 0; } + |