pp.c: Remove unnecessary mask operation.
authorKarl Williamson <public@khwilliamson.com>
Wed, 1 Jan 2014 16:52:55 +0000 (09:52 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 1 Jan 2014 18:50:37 +0000 (11:50 -0700)
commitf3943cf2ca1b7a02583ef8bbeb1ced9414bf1fac
treed654fb43eeefdfecfc48e0cc9caa2ca2e8ad8c3e
parent4f6386b6c255e97472036daac543efef3399b495
pp.c: Remove unnecessary mask operation.

An unsigned character (U8) should not have more than 8 bits of data, so
no need to force that by masking with 0xFF.
pp.c