From: Gisle Vanem Date: Tue, 4 Jan 2005 16:13:58 +0000 (+0000) Subject: Minor comment fix. X-Git-Tag: curl-7_13_0~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e3b1b6e476ea9c5a503036210fbcf8d86177bd6;p=curl Minor comment fix. --- diff --git a/src/getpass.c b/src/getpass.c index 2d60e7f25..5e73e0374 100644 --- a/src/getpass.c +++ b/src/getpass.c @@ -212,5 +212,5 @@ char *getpass_r(const char *prompt, /* prompt to display */ return password; /* return pointer to buffer */ } -#endif /* HAVE_GETPASS */ +#endif /* DONE */ #endif /* HAVE_GETPASS_R */