mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-03 06:20:57 +00:00
constify arg_completion_type_t->command
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1242 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
4a0b97c6ff
commit
f857cd4669
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ extern filelist_item_t *demolist;
|
||||||
|
|
||||||
typedef struct arg_completion_type_s
|
typedef struct arg_completion_type_s
|
||||||
{
|
{
|
||||||
char *command;
|
const char *command;
|
||||||
filelist_item_t **filelist;
|
filelist_item_t **filelist;
|
||||||
} arg_completion_type_t;
|
} arg_completion_type_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue