Fix a comment which was broken since r2037

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2072 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-07-07 20:43:54 +00:00
parent 9d99e4cc8d
commit 5ef5bc3be0

View File

@@ -326,7 +326,7 @@ int main(int argc, char** argv) {
args[pos++] = strdup("--no-color");
if (bAllowRoot)
args[pos++] = strdup("--allow-root");
// The above code adds 4 entries to args tops
// The above code adds 3 entries to args tops
// which means the array should be big enough
delete pZNC;