From e27ac3e9821f198654cd155fee649471223f7743 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 20 Oct 2009 01:35:46 +0000 Subject: [PATCH] static --- libqpdf/qpdf-c.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libqpdf/qpdf-c.cc b/libqpdf/qpdf-c.cc index 7704358..1839192 100644 --- a/libqpdf/qpdf-c.cc +++ b/libqpdf/qpdf-c.cc @@ -51,7 +51,7 @@ static void call_read(qpdf_data qpdf) } // must set qpdf->filename -void call_init_write(qpdf_data qpdf) +static void call_init_write(qpdf_data qpdf) { qpdf->qpdf_writer = new QPDFWriter(*(qpdf->qpdf), qpdf->filename); } -- libgit2 0.21.4