summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2009-06-22 15:54:52 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2009-06-22 15:54:52 (GMT)
commitfe13586569769ff465af553d1d3d70962859a202 (patch)
tree0d5bb35026e47594202361a31b2c73ffca1377fd /hl
parent0a9779759f6c840d2ba29216d86fa911c6f1e6f9 (diff)
downloadhdf5-fe13586569769ff465af553d1d3d70962859a202.zip
hdf5-fe13586569769ff465af553d1d3d70962859a202.tar.gz
hdf5-fe13586569769ff465af553d1d3d70962859a202.tar.bz2
[svn-r17090] Description:
Changed the return value from the main program to 0. Tested smirom.
Diffstat (limited to 'hl')
-rw-r--r--hl/examples/ex_bitfield.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/examples/ex_bitfield.c b/hl/examples/ex_bitfield.c
index 7fcc63d..5e9ec9f 100644
--- a/hl/examples/ex_bitfield.c
+++ b/hl/examples/ex_bitfield.c
@@ -112,6 +112,6 @@ int main(void)
printf("]\n");
}
- return 1;
+ return 0;
}