summaryrefslogtreecommitdiffstats
path: root/c++/test/ttypes.cpp
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2007-03-03 16:47:18 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2007-03-03 16:47:18 (GMT)
commit118d0099d04bb42539fd65c2669178671ab6e505 (patch)
treea5db8dae3204431732f9d3699974117013cb7322 /c++/test/ttypes.cpp
parent4a9bd487ec5d8511753e22b60754e2f68e0655ce (diff)
downloadhdf5-118d0099d04bb42539fd65c2669178671ab6e505.zip
hdf5-118d0099d04bb42539fd65c2669178671ab6e505.tar.gz
hdf5-118d0099d04bb42539fd65c2669178671ab6e505.tar.bz2
[svn-r13447] Cleaned up more warnings on VMS
Diffstat (limited to 'c++/test/ttypes.cpp')
-rw-r--r--c++/test/ttypes.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/c++/test/ttypes.cpp b/c++/test/ttypes.cpp
index 4219523..4d0290d 100644
--- a/c++/test/ttypes.cpp
+++ b/c++/test/ttypes.cpp
@@ -11,6 +11,7 @@
* is linked from the top-level documents page. It can also be found at *
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
* access to either file, you may request a copy from help@hdfgroup.org. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*****************************************************************************
FILE
@@ -807,4 +808,4 @@ cleanup_types(void)
{
for (int i = 0; i < 3; i++)
HDremove(FILENAME[i]);
-}
+} // cleanup_types