rxkad: ticket5.c fix typo in #if statement 54/13754/2
authorCheyenne Wills <cwills@sinenomine.net>
Thu, 8 Aug 2019 18:07:51 +0000 (12:07 -0600)
committerBenjamin Kaduk <kaduk@mit.edu>
Thu, 8 Aug 2019 18:35:09 +0000 (14:35 -0400)
commite3dbd8a5886734f6390126e155cc259b0de5af51
treeba754d7d13d4416748d94406278af2bac0f82ef0
parentcc7f942a81a3bbdc8154f511d054a2a018b39ce5
rxkad: ticket5.c fix typo in #if statement

commit 98ca332c4a5ac9e5687fb4fe21b350134bc74d1b (rxkad: v5der.c format
truncation warnings) contains a typo in the test for clang (_clang
instead of __clang__)

Correct the typo in the #if statement to test for __clang__

Change-Id: I0dbe603072740fcf2fb2cb2cea464a48009fee74
Reviewed-on: https://gerrit.openafs.org/13754
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/rxkad/ticket5.c