summaryrefslogtreecommitdiffstatshomepage
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:48:29 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 09:48:29 +0000
commitc8944e5d64b28710e7e92727329e152bd5ebd69a (patch)
tree23f15f7f817f2f72d138702aa676693ee5e87d2f /term.h
parent4a24c0549dabccbcc26a491241faad6261ef7d86 (diff)
downloadmandoc-c8944e5d64b28710e7e92727329e152bd5ebd69a.tar.gz
mandoc-c8944e5d64b28710e7e92727329e152bd5ebd69a.tar.zst
mandoc-c8944e5d64b28710e7e92727329e152bd5ebd69a.zip
Lint fixes.
Diffstat (limited to 'term.h')
-rw-r--r--term.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/term.h b/term.h
index 14e7483b..9a9be595 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.29 2009/03/20 15:14:01 kristaps Exp $ */
+/* $Id: term.h,v 1.30 2009/03/21 09:48:30 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -73,7 +73,7 @@ struct termpair {
(termp)->flags |= (fl); \
(p)->flag = (fl); \
(p)->type |= TERMPAIR_FLAG; \
- } while (0)
+ } while ( /* CONSTCOND */ 0)
struct termact {
int (*pre)(struct termp *, struct termpair *,