diff options
author | Ash Wolf <ninji@wuffs.org> | 2023-01-12 03:01:34 +0000 |
---|---|---|
committer | Ash Wolf <ninji@wuffs.org> | 2023-01-12 03:01:34 +0000 |
commit | 3a6db389b250439a0cce6b45ef1424a5728f5d18 (patch) | |
tree | 864b179a0be181ded24a546eb80dfb57bfec724e /command_line | |
parent | 54bb1363a26b6a52cf1a8ecf1f16f76e9920956f (diff) | |
download | MWCC-3a6db389b250439a0cce6b45ef1424a5728f5d18.tar.gz MWCC-3a6db389b250439a0cce6b45ef1424a5728f5d18.zip |
more fixing
Diffstat (limited to '')
-rw-r--r-- | command_line/CmdLine/Src/Plugins/CLPlugins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command_line/CmdLine/Src/Plugins/CLPlugins.c b/command_line/CmdLine/Src/Plugins/CLPlugins.c index 8db8398..3342dae 100644 --- a/command_line/CmdLine/Src/Plugins/CLPlugins.c +++ b/command_line/CmdLine/Src/Plugins/CLPlugins.c @@ -161,7 +161,7 @@ const OSFileTypeMappingList *Plugin_GetFileTypeMappingList(Plugin *pl) { } const CWObjectFlags *Plugin_CL_GetObjectFlags(Plugin *pl) { - static CWObjectFlags fake = { + static const CWObjectFlags fake = { 2, 0, "", "", "", "", "", "", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 |