summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2008-04-29 23:42:00 +0200
committerAlbert Astals Cid <aacid@kde.org>2008-04-29 23:42:00 +0200
commitba9283f6bc78e97006e52ef5de20c958ee9e1a37 (patch)
tree63b62085cf52fad11329cdc4fba3665ff27afa30 /utils
parent931a8272f556ba8a35342f0c5bf53bdb57ea7a31 (diff)
make the function static
Diffstat (limited to 'utils')
-rw-r--r--utils/pdftoppm.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pdftoppm.cc b/utils/pdftoppm.cc
index 4a4006d8..4d32e6b7 100644
--- a/utils/pdftoppm.cc
+++ b/utils/pdftoppm.cc
@@ -99,7 +99,7 @@ static const ArgDesc argDesc[] = {
{NULL}
};
-void savePageSlice(PDFDoc *doc,
+static void savePageSlice(PDFDoc *doc,
SplashOutputDev *splashOut,
int pg, int x, int y, int w, int h,
double pg_w, double pg_h,