diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2005-01-04 16:13:58 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2005-01-04 16:13:58 +0000 |
commit | 1e3b1b6e476ea9c5a503036210fbcf8d86177bd6 (patch) | |
tree | bd8fa6f0629ecf02ef3565e2fcb40e8c6a0cf2f6 /src | |
parent | 9cdaae94ccfbbc47bc33ca22519588ea0bfc3155 (diff) |
Minor comment fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/getpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |