diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-18 13:14:29 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-11-18 13:14:29 -0500 |
commit | 236d787432e486701afd1a3742fd0725add15472 (patch) | |
tree | 22dbd60a0fa763e2afa4c180170ac16a14219558 | |
parent | de38c5f0c15e2450502d7dfe68f7974898d28d17 (diff) | |
download | reloc-236d787432e486701afd1a3742fd0725add15472.tar.gz |
Remove trailing semi-colon
* Makes myassert() calls less confusing
-rw-r--r-- | test/myassert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/myassert.h b/test/myassert.h index 01e567e..9d62955 100644 --- a/test/myassert.h +++ b/test/myassert.h @@ -8,4 +8,4 @@ message); \ return 1; \ } \ - } while (0); + } while (0) |