aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-11-18 13:14:29 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-11-18 13:14:29 -0500
commit236d787432e486701afd1a3742fd0725add15472 (patch)
tree22dbd60a0fa763e2afa4c180170ac16a14219558
parentde38c5f0c15e2450502d7dfe68f7974898d28d17 (diff)
downloadreloc-236d787432e486701afd1a3742fd0725add15472.tar.gz
Remove trailing semi-colon
* Makes myassert() calls less confusing
-rw-r--r--test/myassert.h2
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)