diff options
Diffstat (limited to 'source/prompt.c')
-rw-r--r-- | source/prompt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/prompt.c b/source/prompt.c index 0c0b044..29b6bda 100644 --- a/source/prompt.c +++ b/source/prompt.c @@ -129,7 +129,7 @@ static void Prompt_ShowIndividualMatches( } } -EXPORTED qboolean Prompt_AddMatch( genctx_t *ctx, const char *s ) { +qboolean Prompt_AddMatch( genctx_t *ctx, const char *s ) { int r; if( ctx->count >= ctx->size ) { |