summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fifolog
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2008-03-16 23:00:43 +0000
committerphk <phk@FreeBSD.org>2008-03-16 23:00:43 +0000
commitd44989c32372730a13992abcafde4804a7c074fa (patch)
treedbc5c3205c525f37ee5b110ff3bd4c99563bff3b /usr.sbin/fifolog
parent64b6524153aca8cb3b245a51c08cdf9fb8a60c62 (diff)
downloadFreeBSD-src-d44989c32372730a13992abcafde4804a7c074fa.zip
FreeBSD-src-d44989c32372730a13992abcafde4804a7c074fa.tar.gz
Remove trailing ';' on macros.
Spotted by: antoine
Diffstat (limited to 'usr.sbin/fifolog')
-rw-r--r--usr.sbin/fifolog/lib/miniobj.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fifolog/lib/miniobj.h b/usr.sbin/fifolog/lib/miniobj.h
index 38a907e..a805316 100644
--- a/usr.sbin/fifolog/lib/miniobj.h
+++ b/usr.sbin/fifolog/lib/miniobj.h
@@ -55,12 +55,12 @@
(to) = (from); \
if ((to) != NULL) \
CHECK_OBJ((to), (type_magic)); \
- } while (0);
+ } while (0)
#define CAST_OBJ_NOTNULL(to, from, type_magic) \
do { \
(to) = (from); \
assert((to) != NULL); \
CHECK_OBJ((to), (type_magic)); \
- } while (0);
+ } while (0)
OpenPOWER on IntegriCloud