if (lexopen(&pos, *fnp, FALSE))
{
plog("loading secrets from \"%s\"", *fnp);
- (void) flushline("file starts with indentation (continuation notation)");
+ flushline("file starts with indentation (continuation notation)");
process_secret_records(whackfd);
lexclose();
}
if (lexopen(&pos, file_pat, FALSE))
{
plog("loading secrets from \"%s\"", file_pat);
+ flushline("file starts with indentation (continuation notation)");
process_secret_records(whackfd);
lexclose();
}