aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/srv/png.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-4/+4
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2017-07-23venti: fix venti graph on 64-bitMichael Stroucken1-1/+1
A pixel is 32 bits wide in RGBA, regardless of system's word size. Change-Id: Iea36a8dafdec9ce8d593f944ef5ed1ea08e11d25 Reviewed-on: https://plan9port-review.googlesource.com/2980 Reviewed-by: David du Colombier <0intro@gmail.com>
2010-02-22various: crctab now u32intRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/220041
2005-10-29clearer code.rsc1-3/+1
2005-07-12return of ventirsc1-0/+241