summaryrefslogtreecommitdiff
path: root/sent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sent.c')
-rw-r--r--sent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sent.c b/sent.c
index a8e43d8..b27d944 100644
--- a/sent.c
+++ b/sent.c
@@ -279,8 +279,8 @@ void pngscale(Image *img)
unsigned int x, y;
unsigned int width = img->ximg->width;
unsigned int height = img->ximg->height;
- char* __restrict__ newBuf = img->ximg->data;
- unsigned char * __restrict__ ibuf;
+ char* newBuf = img->ximg->data;
+ unsigned char* ibuf;
unsigned int jdy = img->ximg->bytes_per_line / 4 - width;
unsigned int dx = (img->bufwidth << 10) / width;
Software created with 💖