diff options
author | Mathis Rosenhauer <rosenhauer@dkrz.de> | 2012-11-28 13:38:14 +0100 |
---|---|---|
committer | Thomas Jahns <jahns@dkrz.de> | 2013-02-19 11:33:01 +0100 |
commit | fabc1b2663e18a0df4892e3236860743e5504ade (patch) | |
tree | 0efb3faef472cb40057a4686bf0e9fffe4453afe /tests | |
parent | 4e2c4eb985063180eebf81310dacc06091ad4f94 (diff) | |
download | libaec-fabc1b2663e18a0df4892e3236860743e5504ade.tar.gz libaec-fabc1b2663e18a0df4892e3236860743e5504ade.tar.bz2 libaec-fabc1b2663e18a0df4892e3236860743e5504ade.zip |
Slightly faster bit and fs getters, more forced inlining
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check_code_options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check_code_options.c b/tests/check_code_options.c index 5ec62d7..d16954d 100644 --- a/tests/check_code_options.c +++ b/tests/check_code_options.c @@ -230,6 +230,7 @@ int check_byte_orderings(struct test_state *state) status = check_bps(state); if (status) return status; + return 0; } int main (void) |