aboutsummaryrefslogtreecommitdiff
path: root/src/capi.c
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-02-27 05:19:43 +0000
committercorvid <corvid@lavabit.com>2010-02-27 05:19:43 +0000
commitc078e58a08a9fcfdc65631ef3dacc5ac54b5a3c3 (patch)
tree4c8f5a3a1deb1e46de863c049eb70ed3d84e9d84 /src/capi.c
parent6e9217a172572e79d1d4fbd261568bbc8bed11ac (diff)
trim some spaces
Diffstat (limited to 'src/capi.c')
-rw-r--r--src/capi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/capi.c b/src/capi.c
index f95e7004..cb7a9409 100644
--- a/src/capi.c
+++ b/src/capi.c
@@ -188,7 +188,7 @@ static void Capi_conn_resume(void)
* Abort the connection for a given url, using its CCC.
* (OpAbort 2,BCK removes the cache entry)
* TODO: when conn is already done, the cache entry isn't removed.
- * This may be wrong and needs a revision.
+ * This may be wrong and needs a revision.
*/
void a_Capi_conn_abort_by_url(const DilloUrl *url)
{
@@ -520,7 +520,7 @@ const char *a_Capi_set_content_type(const DilloUrl *url, const char *ctype,
* Most of the time we send dpi commands, but it also serves for raw data
* as with "view source".
*/
-int a_Capi_dpi_send_data(const DilloUrl *url, void *bw,
+int a_Capi_dpi_send_data(const DilloUrl *url, void *bw,
char *data, int data_sz, char *server, int flags)
{
capi_conn_t *conn;