diff options
| author | Peter Eisentraut | 2017-10-31 14:34:31 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2017-11-10 18:38:57 +0000 |
| commit | 0e1539ba0d0a43de06c6e0572a565e73b9472538 (patch) | |
| tree | ae931d9955c9d6c91c8c85ee8c8e74e74bfb4612 /src/backend/snowball | |
| parent | 7e60e678615b1f803ac73faee71cca79ec310d1d (diff) | |
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <[email protected]>
Diffstat (limited to 'src/backend/snowball')
| -rw-r--r-- | src/backend/snowball/dict_snowball.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/snowball/dict_snowball.c b/src/backend/snowball/dict_snowball.c index 7cf668de19e..42384b42b12 100644 --- a/src/backend/snowball/dict_snowball.c +++ b/src/backend/snowball/dict_snowball.c @@ -138,7 +138,7 @@ typedef struct DictSnowball static void -locate_stem_module(DictSnowball *d, char *lang) +locate_stem_module(DictSnowball *d, const char *lang) { const stemmer_module *m; |
