summaryrefslogtreecommitdiff
path: root/compat/compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/compat.c')
-rw-r--r--compat/compat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/compat/compat.c b/compat/compat.c
index 8f1d9c86..4a38ec7c 100644
--- a/compat/compat.c
+++ b/compat/compat.c
@@ -25,7 +25,7 @@
const char *
_gcry_compat_identification (void)
{
- static const char blurb[] =
+ static const char blurb[] =
"\n\n"
"This is Libgcrypt - The GNU Crypto Library\n"
"Copyright 2000, 2002, 2003, 2004, 2007, 2008, 2009,\n"
@@ -33,4 +33,3 @@ _gcry_compat_identification (void)
"\n\n";
return blurb;
}
-