Browse Source

bug #1639: Add comment to endif

Mukund Sivaraman 13 years ago
parent
commit
d576a1526e
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
+#endif /* HAVE_PSELECT */
 
 /* DHCPv4 defines (to be moved/shared) */