diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-06-03 19:42:47 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-06-03 19:42:47 +0200 |
commit | 24f127027b7b320dd7438259dc24363d6ad33334 (patch) | |
tree | b7e6ac44ca08a7561a7c6bc2d839d4c65c93d7e5 /lib/curl_sasl.c | |
parent | 2b9ca12edf614877e39c426964e6d32bf34927c3 (diff) |
Curl_sasl_create_plain_message: remove TAB
Diffstat (limited to 'lib/curl_sasl.c')
-rw-r--r-- | lib/curl_sasl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/curl_sasl.c b/lib/curl_sasl.c index c473fa378..e6064ed4d 100644 --- a/lib/curl_sasl.c +++ b/lib/curl_sasl.c @@ -74,7 +74,7 @@ CURLcode Curl_sasl_create_plain_message(struct SessionHandle *data, *outlen = 0; *outptr = NULL; - /* Plainauth too small */ + /* Plainauth too small */ return CURLE_OUT_OF_MEMORY; } |