summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-08 07:50:10 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-08 07:50:10 +0200
commitb7a850f16e8098757d927005064be34cd42a28e4 (patch)
tree1abb3d3ab0cdf8069d98c310af82faa7a37763ea
parent8143d4874db8862c81b7996777968434b284bd03 (diff)
downloadcurl-bagder/assign-enum.tar.gz
fixup optiontable.plbagder/assign-enum
-rw-r--r--lib/optiontable.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/optiontable.pl b/lib/optiontable.pl
index ce5d02015..9c3b62619 100644
--- a/lib/optiontable.pl
+++ b/lib/optiontable.pl
@@ -101,7 +101,7 @@ for my $name (sort @names) {
}
print <<FOOT
- {NULL, 0, 0, 0} /* end of table */
+ {NULL, CURLOPT_LASTENTRY, 0, 0} /* end of table */
};
#ifdef DEBUGBUILD