grim/testing

Fix a -Wlogical-not-parentheses warning in zephyr
release-2.x.y
2021-06-07, Gary Kramlich
2f616a33f583
Fix a -Wlogical-not-parentheses warning in zephyr

Testing Done:
Compiled using clang with `-Wlogical-not-parentheses` and verified the warning was gone.

Bugs closed: PIDGIN-17528

Reviewed at https://reviews.imfreedom.org/r/731/
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