geometer / FBReader

Official FBReader C++ project repository
http://www.fbreader.org/
540 stars 169 forks source link

Fix Curl constant #314

Closed h3xx closed 4 years ago

h3xx commented 4 years ago

The compiler was throwing an error because these constants have the same value, and represent a duplicate case value.

Seen when compiling against curl 7.68. using GCC 9.2.0 on Linux.

h3xx commented 4 years ago

Oops, already done in #311