base/dispatch.c: Missing parens on call to `get_hwcaps'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 18 May 2016 09:29:03 +0000 (10:29 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 22 May 2016 14:58:12 +0000 (15:58 +0100)
commit0aec06589cca20e77119fd4a6c7fd69999c8ce1f
treee353f0edbfe94474a72e3cd554688d53d22c98d8
parentdfcb2a0b93cf69157e502dca21b9b6cd0b1a0cbe
base/dispatch.c: Missing parens on call to `get_hwcaps'.

This is only a problem on ARM hosts, but it breaks the build for
them (unsurprisingly).  For some reason, the test machinery I used
before committing the broken code came up with a slightly different
host-platform name which the configure script didn't recognize, so the
test environment didn't try to compile the broken code.
base/dispatch.c