pidgin/pidgin

Remove a double const in a parameter declaration
release-2.x.y
2021-02-11, Gary Kramlich
f8ecce79cb9a
Remove a double const in a parameter declaration

Testing Done:
Compiled.

Reviewed at https://reviews.imfreedom.org/r/497/
FROM pidgin/release-builder:release-2.x.y AS build
COPY . /pidgin
RUN set -ex && \
cd /pidgin && \
./autogen.sh --enable-debug && \
make -s -j$(nproc) docs
FROM rwgrim/goserve
EXPOSE 3000
COPY --from=build /pidgin/doc/html html