]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
weird typo removed
authorDaniel Stenberg <daniel@haxx.se>
Sun, 5 Oct 2003 15:03:37 +0000 (15:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 5 Oct 2003 15:03:37 +0000 (15:03 +0000)
lib/http_ntlm.c

index 4297dd3d89da40a61cb527e8bc2fc3731cf24798..981bc84a513509101e6c54d610e5eaaf971af593 100644 (file)
@@ -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