aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox-util.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kbx/keybox-util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kbx/keybox-util.c b/kbx/keybox-util.c
index 84de504c4..9fe9290ac 100644
--- a/kbx/keybox-util.c
+++ b/kbx/keybox-util.c
@@ -1,4 +1,4 @@
-/* keybox-util.c - Utility functions for Keybox
+/* keybox-util.c - Utility functions for Keybox
* Copyright (C) 2001 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
@@ -68,4 +68,3 @@ _keybox_free (void *p)
if (p)
free_func (p);
}
-