]> diplodocus.org Git - nmh/blobdiff - sbr/oauth.c
Don't need to cast to `char *' for free(3) these days.
[nmh] / sbr / oauth.c
index 00e5ba2165e97270a17d281c1293f69fd8f9c102..87ee7791bfc72607c21f938276eddd4d5c2ca3e5 100755 (executable)
@@ -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;