From: Daniel Stenberg Date: Sun, 5 Oct 2003 15:03:37 +0000 (+0000) Subject: weird typo removed X-Git-Tag: curl-7_10_8~170 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5564e9a32178d342b2418eaaa0ad90cf57e4d796;p=thirdparty%2Fcurl.git weird typo removed --- diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index 4297dd3d89..981bc84a51 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -62,7 +62,7 @@ #define DES_set_key des_set_key #define DES_ecb_encrypt des_ecb_encrypt -/* This is how things were done in the old days */#define DESKEY(x) x +/* This is how things were done in the old days */ #define DESKEY(x) x #define DESKEYARG(x) x #else