From a4d8fd9bf597262e1e734c10b2f3222532704d85 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 8 Apr 2003 20:49:03 +0000 Subject: Changed // to /* */ comments as some compilers do not like them git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/release-1.3.0@480 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_hpjd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/check_hpjd.c') diff --git a/plugins/check_hpjd.c b/plugins/check_hpjd.c index 267de2e0..291a1f17 100644 --- a/plugins/check_hpjd.c +++ b/plugins/check_hpjd.c @@ -525,10 +525,10 @@ print_usage (void) return STATE_UNKNOWN; } - // get the IP address of the JetDirect device + /* get the IP address of the JetDirect device */ strcpy(address,argv[1]); - // get the community name to use for SNMP communication + /* get the community name to use for SNMP communication */ if(argc>=3) strcpy(community,argv[2]); else -- cgit v1.2.3-74-g34f1