diff options
author | Brandon Casey <drafnel@gmail.com> | 2011-11-21 22:47:59 -0600 |
---|---|---|
committer | Brandon Casey <drafnel@gmail.com> | 2011-11-22 01:19:07 -0600 |
commit | b026b00d9c0a3f086bfeeed65897294787659dce (patch) | |
tree | 07495a2a37b2fb949cd6c47aeca741f1b1ca7981 /tests-clay/clay_libgit2.h | |
parent | f80263225b7306b462c0bf78143d5134f9bed3d9 (diff) | |
download | libgit2-b026b00d9c0a3f086bfeeed65897294787659dce.tar.gz |
tests-clay: remove extra semi-colon in clay_libgit2.h, add one to index/rename.c
Diffstat (limited to 'tests-clay/clay_libgit2.h')
-rw-r--r-- | tests-clay/clay_libgit2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clay/clay_libgit2.h b/tests-clay/clay_libgit2.h index a5208962e..8784b7e61 100644 --- a/tests-clay/clay_libgit2.h +++ b/tests-clay/clay_libgit2.h @@ -16,7 +16,7 @@ git_clearerror(); \ if ((expr) != GIT_SUCCESS) \ clay__assert(0, __FILE__, __LINE__, "Function call failed: " #expr, git_lasterror(), 1); \ - } while(0); + } while(0) /** * Wrapper for `clay_must_fail` -- this one is |