diff options
Diffstat (limited to 'sys/net/mppcc.c')
-rw-r--r-- | sys/net/mppcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/mppcc.c b/sys/net/mppcc.c index 01ce3ff..293ce46 100644 --- a/sys/net/mppcc.c +++ b/sys/net/mppcc.c @@ -233,7 +233,7 @@ int MPPC_Compress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, ch putbits16(*dst, 0xc000|(off-320), 16, &olen, &l); } else { /* NOTREACHED */ rtn &= ~MPPC_OK; - return rtn; + return (rtn); } /* Encode length of match. */ |