From 357ffb3c46a6c371fd84b56acd6f69cb6aad9bb8 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Mon, 5 May 2008 10:32:46 +0000 Subject: Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657 --- tools/hmac-sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/hmac-sha1.c') diff --git a/tools/hmac-sha1.c b/tools/hmac-sha1.c index d036a45a86..adb5f7e119 100644 --- a/tools/hmac-sha1.c +++ b/tools/hmac-sha1.c @@ -428,7 +428,7 @@ sha1_process_block (const void *buffer, size_t len, struct sha1_ctx *ctx) Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Simon Josefsson. The interface was inspired by memxor - in Niels Möller's Nettle. */ + in Niels Möller's Nettle. */ void * memxor (void * dest, const void * src, size_t n) -- cgit v1.2.3