diff options
Diffstat (limited to 'source/cmd.c')
-rw-r--r-- | source/cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cmd.c b/source/cmd.c index b565988..43fb9c8 100644 --- a/source/cmd.c +++ b/source/cmd.c @@ -1350,7 +1350,7 @@ static void Cmd_Exec_f( void ) { FS_FreeFile( f ); } -static const char *Cmd_Exec_g( const char *partial, int state ) { +const char *Cmd_Exec_g( const char *partial, int state ) { return Com_FileNameGeneratorByFilter( "", "*.cfg", partial, qtrue, state ); } |