Skip to content

Commit

Permalink
engine: common: fix discarded const qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Oct 14, 2024
1 parent 43e06cc commit 6b6a962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/common/con_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ for various cmds
*/
static qboolean Cmd_AutocompleteName( const char *source, int arg, char *buffer, size_t bufsize )
{
autocomplete_list_t *list;
const autocomplete_list_t *list;

for( list = cmd_list; list->name; list++ )
{
Expand Down

0 comments on commit 6b6a962

Please sign in to comment.