summaryrefslogtreecommitdiffstats
path: root/loader/nfsinstall.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/nfsinstall.c')
-rw-r--r--loader/nfsinstall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/nfsinstall.c b/loader/nfsinstall.c
index d15e7a646..1a8154777 100644
--- a/loader/nfsinstall.c
+++ b/loader/nfsinstall.c
@@ -89,7 +89,7 @@ static int nfsGetSetup(char ** hostptr, char ** dirptr) {
do {
rc = newtWinEntries(_("NFS Setup"), buf, 60, 5, 15,
24, entries, _("OK"), _("Back"), NULL);
- } while (!(strcmp)(newServer, "") || !(strcmp)(newDir, ""));
+ } while (!strcmp(newServer, "") || !strcmp(newDir, ""));
free(buf);
free(entries[1].text);