Remove extraneous newlines from non-LDIF output

This commit is contained in:
Howard Chu 1999-08-17 20:27:46 +00:00
parent 1b2aeeee21
commit 2d99e86fc1

View File

@ -666,7 +666,6 @@ void print_entry(
bvals[i]->bv_len );
printf( "%s%s", a, sep );
puts( notprint ? "NOT PRINTABLE" : bvals[ i ]->bv_val );
puts( "\n" );
}
}
}