tMissing colon. - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 384d563d72f5542d4527634b23723e1ca9039df7
 (DIR) parent 6a8add52d368483524f08d36e132184b36198bc1
 (HTM) Author: wkj <devnull@localhost>
       Date:   Thu, 23 Feb 2006 17:10:16 +0000
       
       Missing colon.
       
       Diffstat:
         M src/cmd/upas/nfs/decode.c           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/upas/nfs/decode.c b/src/cmd/upas/nfs/decode.c
       t@@ -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);