]> granicus.if.org Git - curl/commit
formdata: fix -Wcomma warning
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 11 May 2017 08:01:58 +0000 (10:01 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 11 May 2017 08:04:01 +0000 (10:04 +0200)
commitb875250e32048070401f5a3a23cdd9f47b15e114
tree9cb7a37525bbd01519bd296f7c6de25de8051a9b
parent31b39c40cf909d34f27dc655755f346482f57089
formdata: fix -Wcomma warning

clang 5.0 complains:
possible misuse of comma operator here [-Wcomma]

Change the comma to a semicolon to fix that.
lib/formdata.c