Remove spurious printf argument

This commit is contained in:
Hallvard Furuseth 2005-07-17 12:17:54 +00:00
parent ecef4972fe
commit ec4d6d0d69

View File

@ -625,7 +625,7 @@ retcode_db_config(
fprintf( stderr, "%s: line %d: retcode: "
"\"retcode-item <RDN> <retcode> [<text>]\": "
"missing args\n",
fname, lineno, argv[ 1 ] );
fname, lineno );
return 1;
}