summaryrefslogtreecommitdiffstats
path: root/src/bmpjpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bmpjpeg.c')
-rw-r--r--src/bmpjpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bmpjpeg.c b/src/bmpjpeg.c
index a21bfe8..66e34b2 100644
--- a/src/bmpjpeg.c
+++ b/src/bmpjpeg.c
@@ -1,6 +1,6 @@
#include "color.h"
-void BMPto8x8AndYCbCr(int Start_x, int Start_y, int ImageSize_x, int ImageSize_y, int offset, unsigned char depth ,unsigned char *Image, unsigned char *blok8x8)
+void BMPto8x8AndYCbCr(int Start_x, int Start_y, int ImageSize_x, int ImageSize_y, int offset, unsigned char depth ,unsigned char *Image, int *blok8x8)
{
unsigned char i,color;
int x,y,Start_point;