]> git.cameronkatri.com Git - mandoc.git/blobdiff - roff_term.c
POSIX make(1) does not support prerequisites on suffix rules.
[mandoc.git] / roff_term.c
index 771472d6336d1a3b4aee1eb239c4030a3eba86fe..115d850fb261594f00b464726186b954b5ccc87b 100644 (file)
@@ -181,7 +181,7 @@ roff_term_pre_po(ROFF_TERM_ARGS)
 
        /* Truncate to the range [-offset, 60], remember, and apply it. */
        pouse = po >= 60 ? 60 :
-           po < -(int)p->tcol->offset ? -p->tcol->offset : po;
+           po < -(int)p->tcol->offset ? -(int)p->tcol->offset : po;
        p->tcol->offset += pouse;
 }