summaryrefslogtreecommitdiff
path: root/libsieve/util.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-02-06 11:48:14 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-02-06 11:48:14 +0000
commit218bf08a7bb4c9ffb9762d165ac434b316ce14d8 (patch)
treeadf969c830a750780518996e5103152e4f96be23 /libsieve/util.c
parent17a229a44dbd41cb455ade1557a8d787a1dbf236 (diff)
downloadmailutils-218bf08a7bb4c9ffb9762d165ac434b316ce14d8.tar.gz
mailutils-218bf08a7bb4c9ffb9762d165ac434b316ce14d8.tar.bz2
Minor stylistic changes
Diffstat (limited to 'libsieve/util.c')
-rw-r--r--libsieve/util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libsieve/util.c b/libsieve/util.c
index f87f7adde..d3179797f 100644
--- a/libsieve/util.c
+++ b/libsieve/util.c
@@ -1,5 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002, 2005,
+ 2006 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -253,7 +254,7 @@ mu_sieve_debug (mu_sieve_machine_t mach, const char *fmt, ...)
void
mu_sieve_log_action (mu_sieve_machine_t mach, const char *action,
- const char *fmt, ...)
+ const char *fmt, ...)
{
va_list ap;

Return to:

Send suggestions and report system problems to the System administrator.