diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2009-06-22 15:54:52 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2009-06-22 15:54:52 (GMT) |
commit | fe13586569769ff465af553d1d3d70962859a202 (patch) | |
tree | 0d5bb35026e47594202361a31b2c73ffca1377fd | |
parent | 0a9779759f6c840d2ba29216d86fa911c6f1e6f9 (diff) | |
download | hdf5-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.
-rw-r--r-- | hl/examples/ex_bitfield.c | 2 |
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; } |