[hackers] [sent] unbreak the build || Markus Teich
commit 11f2c648eb1849976fddf57af8b66fcc43d425dc
Author: Markus Teich <markus.teich_AT_stusta.mhn.de>
AuthorDate: Wed Dec 9 00:52:39 2015 +0100
Commit: Markus Teich <markus.teich_AT_stusta.mhn.de>
CommitDate: Wed Dec 9 00:52:39 2015 +0100
unbreak the build
diff --git a/sent.c b/sent.c
index 51f6eed..fc5e389 100644
--- a/sent.c
+++ b/sent.c
_AT_@ -173,7 +173,7 @@ Image *ffopen(char *filename)
REG_NOSUB | REG_EXTENDED | REG_ICASE))
continue;
if (!regexec(®ex, filename, 0, NULL, 0)) {
- bin = filters[i].bin
+ bin = filters[i].bin;
break;
}
}
_AT_@ -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 */
Received on Wed Dec 09 2015 - 00:50:27 CET
This archive was generated by hypermail 2.3.0
: Wed Dec 09 2015 - 01:00:15 CET