X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..3cb0055e1daab973b8d5fd1c4706248f031d10df:/score.c?ds=sidebyside diff --git a/score.c b/score.c index 79ce762..5e8dfe1 100644 --- a/score.c +++ b/score.c @@ -34,7 +34,7 @@ typedef struct score_t struct score_t *next; } SCORE; -SCORE *Score = NULL; +static SCORE *Score = NULL; void mutt_check_rescore (CONTEXT *ctx) {