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 */