Browse Source

[master] Fix endif comment

Mukund Sivaraman 13 years ago
parent
commit
a3893c3664
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tools/perfdhcp/perfdhcp.c

+ 1 - 1
tests/tools/perfdhcp/perfdhcp.c

@@ -93,7 +93,7 @@ pselect (int nfds, fd_set *readfds, fd_set *writefds,
 	return (select(nfds, readfds, writefds, exceptfds, &my_timeout));
 }
 
-#endif /* HAVE_PSELECT */
+#endif /* !HAVE_PSELECT */
 
 /* DHCPv4 defines (to be moved/shared) */