Code

Moved base64 function to /lib.
[nagiosplug.git] / lib / utils_base.c
index da281286d80332624d54bae62f22bf41dd39e7ca..fbed360749e35b9c33a11b49262798efe76c69d2 100644 (file)
@@ -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;