diff options
Diffstat (limited to 'src/assuan-util.c')
-rw-r--r-- | src/assuan-util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/assuan-util.c b/src/assuan-util.c index b300b43..43fa91e 100644 --- a/src/assuan-util.c +++ b/src/assuan-util.c @@ -1,5 +1,5 @@ /* assuan-util.c - Utility functions for Assuan - * Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. + * Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. * * This file is part of Assuan. * @@ -218,3 +218,4 @@ _assuan_log_sanitized_string (const char *string) funlockfile (fp); #endif } + |