aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index d0208711..64b9b189 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -124,7 +124,7 @@ static RETSIGTYPE donothing(int sig)
lastsig = sig;
}
-char *iana_charset;
+const char *iana_charset;
int main(int argc, char **argv)
{