aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/hthits.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/hthits.c')
-rw-r--r--src/hyper/hthits.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hyper/hthits.c b/src/hyper/hthits.c
index f6bb3e9d..d2e2cfb9 100644
--- a/src/hyper/hthits.c
+++ b/src/hyper/hthits.c
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2009, Gabriel Dos Reis.
+ Copyright (C) 2007-2012, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -136,7 +136,7 @@ static void
splitpage(char* buf, char** ptitle, char** pbody)
{
int n, depth, tno;
- const char* s;
+ char* s;
switch (buf[1]) {
case 'p':