summaryrefslogtreecommitdiff
path: root/src/missing-string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/missing-string.c')
-rw-r--r--src/missing-string.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/missing-string.c b/src/missing-string.c
index a5e56c3f..4756c00e 100644
--- a/src/missing-string.c
+++ b/src/missing-string.c
@@ -1,5 +1,5 @@
/* missing-string.c - missing string utilities
- * Copyright (C) 1994, 1998, 1999, 2000, 2001,
+ * Copyright (C) 1994, 1998, 1999, 2000, 2001,
* 2003 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
@@ -52,4 +52,3 @@ strcasecmp( const char *a, const char *b )
return *(const byte*)a - *(const byte*)b;
}
#endif
-