mirror of
https://github.com/curl/curl.git
synced 2026-04-23 02:12:15 +03:00
removed unneeded brackets with NetWare implementation.
This commit is contained in:
parent
f1596698ae
commit
011ccbc31a
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ char *getpass_r(const char *prompt, char *buffer, size_t buflen)
|
|||
#include <screen.h>
|
||||
char *getpass_r(const char *prompt, char *buffer, size_t buflen)
|
||||
{
|
||||
return(getpassword(prompt, buffer, buflen));
|
||||
return getpassword(prompt, buffer, buflen);
|
||||
}
|
||||
#define DONE
|
||||
#endif /* NETWARE */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue