From d18b8f5d9451b65700b9260d418bd5d245318b2c Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 29 Jul 2007 12:42:05 +0000 Subject: Don't use C++ style comments. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1768 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/lib/utils_base.c b/lib/utils_base.c index da28128..fbed360 100644 --- a/lib/utils_base.c +++ b/lib/utils_base.c @@ -238,7 +238,7 @@ int np_warn_if_not_root(void) { printf(_("This plugin must be either run as root or setuid root.\n")); printf(_("To run as root, you can use a tool like sudo.\n")); printf(_("To set the setuid permissions, use the command:\n")); - // XXX could we use something like progname? + /* XXX could we use something like progname? */ printf("\tchmod u+s yourpluginfile\n"); } return status; -- cgit v0.10-9-g596f