diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-05 22:48:07 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-05 22:49:19 +0000 |
commit | 73927356d798ebc850245b6fdb179f0ab7f7436d (patch) | |
tree | d1db0d07e0e4e8bfb95b89f1b1c7f200adb0d110 /app-text/fbpdf/files/fbpdf-0_p20161202-format.patch | |
parent | app-text/fbpdf: bump snapshot up to 0_p20190202 (diff) | |
download | gentoo-73927356d798ebc850245b6fdb179f0ab7f7436d.tar.gz gentoo-73927356d798ebc850245b6fdb179f0ab7f7436d.tar.bz2 gentoo-73927356d798ebc850245b6fdb179f0ab7f7436d.zip |
app-text/fbpdf: drop old
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-text/fbpdf/files/fbpdf-0_p20161202-format.patch')
-rw-r--r-- | app-text/fbpdf/files/fbpdf-0_p20161202-format.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app-text/fbpdf/files/fbpdf-0_p20161202-format.patch b/app-text/fbpdf/files/fbpdf-0_p20161202-format.patch deleted file mode 100644 index 0b48d6bff020..000000000000 --- a/app-text/fbpdf/files/fbpdf-0_p20161202-format.patch +++ /dev/null @@ -1,14 +0,0 @@ -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; |