summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-06-06 13:31:08 -0400
committerThomas Markwalder <tmark@isc.org>2019-06-06 13:31:08 -0400
commit5df5813d20c9fe323357ed72b5db9a79dc269fce (patch)
tree21a27bb15596e736dca8dbf8b31cafb65e535e1e /includes
parent1c779d3b51f3ab9031b30d370ec398e1b5819137 (diff)
downloadisc-dhcp-5df5813d20c9fe323357ed72b5db9a79dc269fce.tar.gz
[#16,!9] Addressed review comments
Added comments on #endif statements
Diffstat (limited to 'includes')
-rw-r--r--includes/omapip/isclib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/omapip/isclib.h b/includes/omapip/isclib.h
index 7c807863..a93117c9 100644
--- a/includes/omapip/isclib.h
+++ b/includes/omapip/isclib.h
@@ -143,6 +143,7 @@ extern int shutdown_signal;
#if defined (NSUPDATE)
isc_result_t dns_client_init();
-#endif
+#endif /* defined NSUPDATE */
+
#endif /* ISCLIB_H */