mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
constify arg_completion_type_t->command
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1242 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
fddcd0f8d9
commit
13265cd894
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ extern filelist_item_t *demolist;
|
|||
|
||||
typedef struct arg_completion_type_s
|
||||
{
|
||||
char *command;
|
||||
const char *command;
|
||||
filelist_item_t **filelist;
|
||||
} arg_completion_type_t;
|
||||
|
||||
|
|
Loading…
Reference in a new issue