X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d253d4786c1712e9015474fae318e4e0a239ba88..d5cde8ce1b902158b1e99ee97d8ae72999b4dc14:/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;