Skip to content
Snippets Groups Projects

M214003/develop

Merged Uwe Schulzweida requested to merge m214003/develop into develop
7 files
+ 62
36
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 2
1
@@ -200,7 +200,7 @@ static void
cdfCloseFile(int fileID)
{
if (CDF_Debug) Message( "Closing cdf file: %d", fileID);
if (CDF_Debug) Message("Closing cdf file: %d", fileID);
cdf_close(fileID);
}
@@ -209,6 +209,7 @@ cdfClose(int fileID)
{
cdfCloseFile(fileID);
}
#endif
/*
* Local Variables:
Loading