Remove trailing white space.

Change-Id: I6b650521e86a64526db75f38bfb93ea1b890f6a1
Reviewed-on: https://code.wireshark.org/review/22919
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-08-02 00:41:49 -07:00
parent 2a17c33928
commit 0147a74bec
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ pa_stable_v19_20071207 version of PortAudio will cause certain
platform-dependent build environment #defines to be set in the Makefile
rules, and to cause a universal build to be done; those #defines will be
incorrect for all but one of the architectures for which the build is
being done, and that will cause a compile-time error on Snow Leopard.
being done, and that will cause a compile-time error on Snow Leopard.
Newer versions don't have this problem, but still fail to build on Lion
if a universal build is attempted. The tools/macos-setup.sh script
downloads a newer version, and also suppresses the universal build.