summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-23 17:33:37 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-23 17:33:37 +0700
commit1c18f158a07fba6739a680b857ac40eea9420d28 (patch)
tree6f65e34939151a7d30d96a7c77810068ba396348 /src
parentd4d9975b05d39928b6d2d529b0c8d9a9d97f7ab1 (diff)
downloadlibgd-1c18f158a07fba6739a680b857ac40eea9420d28.tar.gz
syntax fix
Diffstat (limited to 'src')
-rw-r--r--src/gd_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd_intern.h b/src/gd_intern.h
index 254e144..265cc00 100644
--- a/src/gd_intern.h
+++ b/src/gd_intern.h
@@ -29,7 +29,7 @@
# endif
#endif
#ifdef _MSC_VER
-typedef SSIZE_T ssize_t;
+typedef SSIZE_T ssize_t
#endif
#include "gd.h"