X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d253d4786c1712e9015474fae318e4e0a239ba88..2db8ea3cc5e4fb968f1872591cf1ff56fc408ff8:/sbr/oauth.c diff --git a/sbr/oauth.c b/sbr/oauth.c index 00e5ba21..87ee7791 100755 --- a/sbr/oauth.c +++ b/sbr/oauth.c @@ -897,7 +897,7 @@ debug_callback(const CURL *handle, curl_infotype type, const char *data, } fwrite(data, 1, size, fp); if (data[size - 1] != '\n') { - fputs("\n", fp); + putc('\n', fp); } fflush(fp); return 0;