From 8e359a669e064f16d9a3767a805da28af171d5e7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 3 Sep 2003 13:41:25 +0000 Subject: 19020: fix printaliasnode --- Src/hashtable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/hashtable.c') diff --git a/Src/hashtable.c b/Src/hashtable.c index faa858532..f23a68fc2 100644 --- a/Src/hashtable.c +++ b/Src/hashtable.c @@ -1119,7 +1119,7 @@ printaliasnode(HashNode hn, int printflags) printf("suffix "); else if (a->flags & ALIAS_GLOBAL) printf("globally "); - printf (" aliased to "); + printf ("aliased to "); nicezputs(a->text, stdout); putchar('\n'); return; @@ -1134,7 +1134,7 @@ printaliasnode(HashNode hn, int printflags) printf(" global"); else printf("n"); - printf(" alias for"); + printf(" alias for "); nicezputs(a->text, stdout); putchar('\n'); return; -- cgit 1.4.1