You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/fbpdf/files/fbpdf-0_p20161202-format.patch

15 lines
410 B

diff --git a/fbpdf.c b/fbpdf.c
index 6caa08f..48d12f5 100644
--- a/fbpdf.c
+++ b/fbpdf.c
@@ -343,3 +343,3 @@ static void mainloop(void)
static char *usage =
- "usage: fbpdf [-r rotation] [-z zoom x10] [-p page] filename\n";
+ "usage: fbpdf [-r rotation] [-z zoom x10] [-p page] filename";
@@ -349,3 +349,3 @@ int main(int argc, char *argv[])
if (argc < 2) {
- printf(usage);
+ puts(usage);
return 1;