aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-charset-map.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-charset-map.c')
-rw-r--r--camel/camel-charset-map.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/camel/camel-charset-map.c b/camel/camel-charset-map.c
index 0066bfcaee..9bd4f4e253 100644
--- a/camel/camel-charset-map.c
+++ b/camel/camel-charset-map.c
@@ -5,7 +5,7 @@
* Jeffrey Stedfast <fejj@ximian.com>
* Dan Winship <danw@ximian.com>
*
- * Copyright 2000, 2003 Ximian, Inc. (www.ximian.com)
+ * Copyright 2000-2003 Ximian, Inc. (www.ximian.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
@@ -204,12 +204,9 @@ int main (void)
#include "camel-charset-map-private.h"
#include <glib.h>
-#include <glib/gunicode.h>
#include <locale.h>
#include <ctype.h>
-#ifdef ENABLE_THREADS
#include <pthread.h>
-#endif
#ifdef HAVE_CODESET
#include <langinfo.h>
#endif
@@ -217,7 +214,7 @@ int main (void)
void
camel_charset_init (CamelCharset *c)
{
- c->mask = ~0;
+ c->mask = (unsigned int) ~0;
c->level = 0;
}