summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
Diffstat (limited to 'sieve')
-rw-r--r--sieve/sieve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index cb08f9ec8..c0cdff580 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -1,5 +1,5 @@
1/* GNU Mailutils -- a suite of utilities for electronic mail 1/* GNU Mailutils -- a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
3 3
4 GNU Mailutils is free software; you can redistribute it and/or modify 4 GNU Mailutils is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -350,7 +350,7 @@ main (int argc, char *argv[])
350 mailbox_t mbox = 0; 350 mailbox_t mbox = 0;
351 int rc; 351 int rc;
352 struct options opts = {0}; 352 struct options opts = {0};
353 int (*debugfp) __P ((mu_debug_t, size_t level, const char *, va_list)); 353 int (*debugfp) (mu_debug_t, size_t level, const char *, va_list);
354 354
355 /* Native Language Support */ 355 /* Native Language Support */
356 mu_init_nls (); 356 mu_init_nls ();

Return to:

Send suggestions and report system problems to the System administrator.