Parcourir la source

bug #1639: Add comment to endif

Mukund Sivaraman il y a 13 ans
Parent
commit
d576a1526e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) */