diff options
Diffstat (limited to 'filter/jbig2d.c')
-rw-r--r-- | filter/jbig2d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/jbig2d.c b/filter/jbig2d.c index f0022bda..ed54eed3 100644 --- a/filter/jbig2d.c +++ b/filter/jbig2d.c @@ -12,7 +12,7 @@ +create the per-page ctx */ -#ifdef WIN32 /* Microsoft Visual C+*/ +#ifdef WIN32 /* Microsoft Visual C++ */ typedef signed char int8_t; typedef short int int16_t; |