On Fri Feb 17 09:28:39 2023 +0000, Mohamad Al-Jaf wrote:
changed this line in [version 5 of the diff](/wine/wine/-/merge_requests/2183/diffs?diff_id=33121&start_sha=177ccc0ab3c7e04c08db1cc53e7efc6f0b0dc027#652b2768b1d8284685e1bdde67ec6d9ca55b8485_48_48)
Sorry, the code style got lost. It should be like the following.
``` static const struct { DWORD value; const WCHAR *desc; } app_themes[] = { {1, L"Light"}, {0, L"Dark"}, }; ```