summaryrefslogtreecommitdiffstats
path: root/src/H5Onull.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-11-11 01:40:30 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-11-11 01:40:30 (GMT)
commit4fd41c74e58263080ed83b0e11b3e85e2b58978c (patch)
treed208e127093768057e4b28d2ff1c1b6b689bb051 /src/H5Onull.c
parent17cfef32a08427adc37749000f6a098301e68a73 (diff)
downloadhdf5-4fd41c74e58263080ed83b0e11b3e85e2b58978c.zip
hdf5-4fd41c74e58263080ed83b0e11b3e85e2b58978c.tar.gz
hdf5-4fd41c74e58263080ed83b0e11b3e85e2b58978c.tar.bz2
[svn-r11707] Purpose:
Code maintenance Description: Check in outstanding changes from object copy to keep 1.6 branch as much in sync w/development branch as possible. Platforms tested: FreeBSD 4.11 (sleipnir) h5committest
Diffstat (limited to 'src/H5Onull.c')
-rw-r--r--src/H5Onull.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Onull.c b/src/H5Onull.c
index 1d81da8..5308645 100644
--- a/src/H5Onull.c
+++ b/src/H5Onull.c
@@ -45,5 +45,5 @@ const H5O_class_t H5O_NULL[1] = {{
NULL, /*no link method */
NULL, /*no get share method */
NULL, /*no set share method */
- NULL, /*no debug method */
+ NULL /*no debug method */
}};