t* My version of sent
       
   URI git clone git://git.codevoid.de/sent-sdk.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit c3a0671f68f894c5d7a54d934170cfd1560416c4
   DIR parent b2daba339097e8113b5b98405014cdb18a6657bd
   URI Author: FRIGN <dev@frign.de>
       Date:   Thu, 11 Aug 2016 21:48:56 +0200
       
       Use Plan 9 style for ARGEND
       
       Diffstat:
         M sent.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/sent.c b/sent.c
       t@@ -664,7 +664,7 @@ main(int argc, char *argv[])
                        return 0;
                default:
                        usage();
       -        } ARGEND;
       +        } ARGEND
        
                if (!argv[0] || !strcmp(argv[0], "-"))
                        fp = stdin;