mirror of
https://github.com/moparisthebest/curl
synced 2025-03-01 09:51:46 -05:00
removed unneeded brackets with NetWare implementation.
This commit is contained in:
parent
f1596698ae
commit
011ccbc31a
@ -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…
x
Reference in New Issue
Block a user