summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/roken/base64.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/roken/base64.c')
-rw-r--r--source4/heimdal/lib/roken/base64.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/heimdal/lib/roken/base64.c b/source4/heimdal/lib/roken/base64.c
index ce3bf015e7..d0096447b3 100644
--- a/source4/heimdal/lib/roken/base64.c
+++ b/source4/heimdal/lib/roken/base64.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1995-2001 Kungliga Tekniska Högskolan
+ * Copyright (c) 1995-2001 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -39,10 +39,10 @@ RCSID("$Id$");
#include <string.h>
#include "base64.h"
-static const char base64_chars[] =
+static const char base64_chars[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
-static int
+static int
pos(char c)
{
const char *p;