]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix endif comment
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 5 May 2022 11:42:55 +0000 (07:42 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 5 May 2022 11:42:55 +0000 (07:42 -0400)
backend/snmp.c

index d7dcb03c439234c2feb4b42b50bcf304c8641471..b552ecce2a536a989ba9fae29c01dacc4e9a7407 100644 (file)
@@ -16,7 +16,7 @@
 #include "backend-private.h"
 #ifndef HAVE_GETIFADDRS
 #  include <cups/getifaddrs-internal.h>
-#endif
+#endif // !HAVE_GETIFADDRS
 #include <cups/array.h>
 #include <cups/file.h>
 #include <cups/http-private.h>