summaryrefslogtreecommitdiff
path: root/guile/src/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'guile/src/utils.c')
-rw-r--r--guile/src/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/guile/src/utils.c b/guile/src/utils.c
index b388e06ff4..f59312d145 100644
--- a/guile/src/utils.c
+++ b/guile/src/utils.c
@@ -1,5 +1,5 @@
/* GNUTLS --- Guile bindings for GnuTLS.
- Copyright (C) 2007 Free Software Foundation
+ Copyright (C) 2007, 2008 Free Software Foundation
GNUTLS is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -54,7 +54,7 @@ scm_from_gnutls_key_usage_flags (unsigned int c_usage)
if (EXPECT_FALSE (c_usage != 0))
/* XXX: We failed to interpret one of the usage flags. */
- scm_gnutls_error (GNUTLS_E_UNIMPLEMENTED_FEATURE, __FUNCTION__);
+ scm_gnutls_error (GNUTLS_E_UNIMPLEMENTED_FEATURE, __func__);
#undef MATCH_USAGE