diff options
author | dos-reis <gdr@axiomatics.org> | 2012-08-26 22:52:41 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-08-26 22:52:41 +0000 |
commit | a6ec912229f66f19286fd766e11fe44bd4832972 (patch) | |
tree | ac5cb3193402b3ee1ff4ccdb244826d0588b4aab /src/hyper/hthits.c | |
parent | 50731b6737c4ec7ef2f5be7eca44a5e7692d305a (diff) | |
download | open-axiom-a6ec912229f66f19286fd766e11fe44bd4832972.tar.gz |
* hyper/hthits.c (splitpage): Revert unintended change from last
commit.
* hyper/initx.c (is_it_850): Likewise.
Diffstat (limited to 'src/hyper/hthits.c')
-rw-r--r-- | src/hyper/hthits.c | 4 |
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': |