aboutsummaryrefslogtreecommitdiffhomepage
path: root/intern.c
diff options
context:
space:
mode:
Diffstat (limited to 'intern.c')
-rw-r--r--intern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern.c b/intern.c
index d54c69f9..a274d81c 100644
--- a/intern.c
+++ b/intern.c
@@ -100,7 +100,7 @@ const wchar_t *intern_static( const wchar_t *in )
/**
Free the specified key/value pair. Should only be called by intern_free_all at shutdown
*/
-static void clear_value( const void *key, const void *data )
+static void clear_value( void *key, void *data )
{
debug( 3, L"interned string: '%ls'", data );
free( (void *)data );