[svn-r16358] bug fix

a new line was not inserted at the end of output, causing diff to complain between linux and frebsd

tested: linux , freebsd
This commit is contained in:
Pedro Vicente Nunes
2009-01-27 10:33:17 -05:00
parent 5cd054dd5c
commit a6dcbd6a0f
4 changed files with 6 additions and 3 deletions

View File

@@ -776,6 +776,7 @@ int diff_can_type( hid_t f_tid1, /* file data type */
print_dimensions(rank2,dims2);
parallel_print(", max dimensions ");
print_dimensions(rank2,maxdim2);
parallel_print("\n");
}
can_compare = 0;
@@ -820,6 +821,7 @@ int diff_can_type( hid_t f_tid1, /* file data type */
print_dimensions(rank2,dims2);
parallel_print(", max dimensions ");
print_dimensions(rank2,maxdim2);
parallel_print("\n");
}
}