summaryrefslogtreecommitdiff
path: root/devices/gdevjpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'devices/gdevjpeg.c')
-rw-r--r--devices/gdevjpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/gdevjpeg.c b/devices/gdevjpeg.c
index 7ce6aac74..229e6ccb3 100644
--- a/devices/gdevjpeg.c
+++ b/devices/gdevjpeg.c
@@ -414,7 +414,7 @@ jpeg_get_initial_matrix(gx_device *dev, gs_matrix *pmat)
/* Send the page to the file. */
static int
-jpeg_print_page(gx_device_printer * pdev, FILE * prn_stream)
+jpeg_print_page(gx_device_printer * pdev, gp_file * prn_stream)
{
gx_device_jpeg *jdev = (gx_device_jpeg *) pdev;
gs_memory_t *mem = pdev->memory;