Balanced ifdef, endif statements in dfile.c

This commit is contained in:
Ward Fisher 2012-05-08 19:25:43 +00:00
parent f5effe05d2
commit 9ec37b647f

View File

@ -1605,8 +1605,9 @@ nc__pseudofd(void)
maxfd = rl.rlim_cur;
}
pseudofd = maxfd+1;
}
#endif
}
return pseudofd++;
}