diff options
Diffstat (limited to 'src/hyper')
-rw-r--r-- | src/hyper/hthits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/hthits.c b/src/hyper/hthits.c index 8b2c3c10..470bf297 100644 --- a/src/hyper/hthits.c +++ b/src/hyper/hthits.c @@ -96,7 +96,7 @@ badDB() static void -untexbuf(register char* s) +untexbuf(char* s) { char *d = s; |