app-i18n/yaft: add the patch to redraw less of the screen, sometimes
[sgilles-overlay.git] / app-text / fbpdf / files / fbpdf-0_p20161202-format.patch
blob0b48d6bff020df29c028746eabb17b775a490e15
1 diff --git a/fbpdf.c b/fbpdf.c
2 index 6caa08f..48d12f5 100644
3 --- a/fbpdf.c
4 +++ b/fbpdf.c
5 @@ -343,3 +343,3 @@ static void mainloop(void)
6 static char *usage =
7 - "usage: fbpdf [-r rotation] [-z zoom x10] [-p page] filename\n";
8 + "usage: fbpdf [-r rotation] [-z zoom x10] [-p page] filename";
10 @@ -349,3 +349,3 @@ int main(int argc, char *argv[])
11 if (argc < 2) {
12 - printf(usage);
13 + puts(usage);
14 return 1;