aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/initx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/initx.c')
-rw-r--r--src/hyper/initx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hyper/initx.c b/src/hyper/initx.c
index 03146c71..521bc8cb 100644
--- a/src/hyper/initx.c
+++ b/src/hyper/initx.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2010, Gabriel Dos Reis.
+ Copyright (C) 2007-2012, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -1000,7 +1000,7 @@ mergeDatabases(void)
int
is_it_850(XFontStruct *fontarg)
{
- const char* s;
+ char* s;
int i,val;
static struct {
const char *name;