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 11f2c648eb1849976fddf57af8b66fcc43d425dc
   DIR parent 008ff1b88b3e9cdd13e82d0ec4fb573c977f6a3d
   URI Author: Markus Teich <markus.teich@stusta.mhn.de>
       Date:   Wed,  9 Dec 2015 00:52:39 +0100
       
       unbreak the build
       
       Diffstat:
         M sent.c                              |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/sent.c b/sent.c
       t@@ -173,7 +173,7 @@ Image *ffopen(char *filename)
                                    REG_NOSUB | REG_EXTENDED | REG_ICASE))
                                continue;
                        if (!regexec(&regex, filename, 0, NULL, 0)) {
       -                        bin = filters[i].bin
       +                        bin = filters[i].bin;
                                break;
                        }
                }
       t@@ -357,7 +357,7 @@ void ffdraw(Image *img)
        void getfontsize(Slide *s, unsigned int *width, unsigned int *height)
        {
                int i, j;
       -        unsigned int curw, new_max;
       +        unsigned int curw, newmax;
                float lfac = linespacing * (s->linecount - 1) + 1;
        
                /* fit height */