diff options
Diffstat (limited to 'print/pnm2ppa/files/patch-pnm2ppa.c')
-rw-r--r-- | print/pnm2ppa/files/patch-pnm2ppa.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/pnm2ppa/files/patch-pnm2ppa.c b/print/pnm2ppa/files/patch-pnm2ppa.c new file mode 100644 index 000000000000..86672c25521b --- /dev/null +++ b/print/pnm2ppa/files/patch-pnm2ppa.c @@ -0,0 +1,10 @@ +--- pnm2ppa.c.orig 2009-12-12 19:14:55 UTC ++++ pnm2ppa.c +@@ -40,6 +40,7 @@ + #include "gamma.h" + #include "lang.h" + ++char syslog_message[128]; + + double Gamma_R, Gamma_G, Gamma_B; + int adjust_coloffsx, adjust_coloffsy; |