aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/fmt/fmtlocale.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib9/fmt/fmtlocale.c')
-rw-r--r--src/lib9/fmt/fmtlocale.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib9/fmt/fmtlocale.c b/src/lib9/fmt/fmtlocale.c
index f354efc8..9ebdced3 100644
--- a/src/lib9/fmt/fmtlocale.c
+++ b/src/lib9/fmt/fmtlocale.c
@@ -1,12 +1,11 @@
-/* Copyright (c) 2002-2006 Lucent Technologies; see LICENSE */
+/* Copyright (c) 2004 Google Inc.; see LICENSE */
+
#include <stdarg.h>
#include <string.h>
#include "plan9.h"
#include "fmt.h"
#include "fmtdef.h"
-/* XXX GOOGLE COPYRIGHT */
-
/*
* Fill in the internationalization stuff in the State structure.
* For nil arguments, provide the sensible defaults:
@@ -35,7 +34,7 @@ fmtlocaleinit(Fmt *f, char *decimal, char *thousands, char *grouping)
* and pointer into the grouping descriptor.
*/
int
-__needsep(int *ndig, const char **grouping)
+__needsep(int *ndig, char **grouping)
{
int group;