plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 384d563d72f5542d4527634b23723e1ca9039df7
parent 6a8add52d368483524f08d36e132184b36198bc1
Author: wkj <devnull@localhost>
Date:   Thu, 23 Feb 2006 17:10:16 +0000

Missing colon.

Diffstat:
Msrc/cmd/upas/nfs/decode.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/upas/nfs/decode.c b/src/cmd/upas/nfs/decode.c @@ -65,7 +65,7 @@ decode(int kind, char *s, int *len) if(s == nil) return s; switch(kind){ - case QuotedPrintable + case QuotedPrintable: case QuotedPrintableU: l = strlen(s)+1; t = emalloc(l);