Skip to content
Snippets Groups Projects
Commit 011ccbc3 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

removed unneeded brackets with NetWare implementation.

parent f1596698
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment