WPrefs: Use standard C declaration of array instead of GNU syntax
commit80f18f60d239499d3d266bf3a6a7e5e78374aca7
authorChristophe CURIS <christophe.curis@free.fr>
Fri, 5 Dec 2014 17:02:41 +0000 (5 18:02 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 7 Dec 2014 09:52:21 +0000 (7 09:52 +0000)
treed24ff22274a2dfe7498283855e9c7cf1649f349c
parent10371836ed5637c2faf718873b5866c7a8314134
WPrefs: Use standard C declaration of array instead of GNU syntax

As pointed by Clang, the declaration of array was using the GNU old syntax,
not the standard C.
WPrefs.app/Appearance.c