diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-21 09:48:29 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-21 09:48:29 +0000 |
commit | 6c05be5aa98b2b560ff62e43d1ada7a223914224 (patch) | |
tree | 3ccfdf2cc8d06483a05e08cb69a11865ec7ae75c /term.h | |
parent | 3c440a5309fa7eba1fc440c3f96f8d0d217b1514 (diff) | |
download | mandoc-6c05be5aa98b2b560ff62e43d1ada7a223914224.tar.gz |
Lint fixes.
Diffstat (limited to 'term.h')
-rw-r--r-- | term.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *, |