aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-05 15:03:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-05 15:03:37 +0000
commit5564e9a32178d342b2418eaaa0ad90cf57e4d796 (patch)
tree974b7a1f14b57a5e77f13fb49ae21dbf200c655d
parenta0118fb39027cf29aaaf55d868b6561a462b3cac (diff)
weird typo removed
-rw-r--r--lib/http_ntlm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c
index 4297dd3d8..981bc84a5 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