summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2021-08-23 19:38:15 +0700
committerPierre Joye <pierre.php@gmail.com>2021-08-23 19:38:15 +0700
commit5a34892fe2e7039e4f586a74111f7523699ff538 (patch)
tree7377d409845831c27abda266b1504e95188b30d1 /src
parent05e0b65895c2f1eee1c75e4a0f1397a081f5461f (diff)
downloadlibgd-5a34892fe2e7039e4f586a74111f7523699ff538.tar.gz
move and fix opt* extern declaration, windows MSC only
Diffstat (limited to 'src')
-rw-r--r--src/webpng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpng.c b/src/webpng.c
index cfc2f78..7119eaf 100644
--- a/src/webpng.c
+++ b/src/webpng.c
@@ -46,7 +46,7 @@ static const char letters[] =
#ifdef _MSC_VER
extern int optind, opterr, optopt;
-extern char *optarg
+extern char *optarg;
/* This is only used here */
int
mkstemp (char *tmpl)