diff options
Diffstat (limited to 'fitz/fitz_base.h')
-rw-r--r-- | fitz/fitz_base.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fitz/fitz_base.h b/fitz/fitz_base.h index ecced36e..769cd284 100644 --- a/fitz/fitz_base.h +++ b/fitz/fitz_base.h @@ -76,7 +76,7 @@ extern int gettimeofday(struct timeval *tv, struct timezone *tz); #define R_OK 4 #endif -#else /* C99 or close enough */ +#else /* C99 or close enough */ #include <unistd.h> #define FZ_FLEX @@ -232,7 +232,7 @@ extern fz_rect fz_infiniterect; /* / a b 0 \ | c d 0 | - \ e f 1 / +\ e f 1 / */ struct fz_matrix_s @@ -315,5 +315,5 @@ fz_error fz_scalepixmap(fz_pixmap **dstp, fz_pixmap *src, int xdenom, int ydenom /* needed for tiled rendering */ fz_error fz_newscaledpixmap(fz_pixmap **dstp, int w, int h, int n, int xdenom, int ydenom); fz_error fz_scalepixmaptile(fz_pixmap *dstp, int xoffs, int yoffs, - fz_pixmap *tile, int xdenom, int ydenom); + fz_pixmap *tile, int xdenom, int ydenom); |