From f760b038d675a5f832693ae8effd8b0ddd0f1207 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Tue, 3 May 2022 08:32:00 -0400 Subject: [PATCH] Updated VERSION to go along with the merge of pull requests 160 and 161 from Donn, and modified one of the files from PR 161 to maintain typographic consistency. --- VERSION | 2 +- tcltk/tclmagic.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 723db028..aee97777 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.295 +8.3.296 diff --git a/tcltk/tclmagic.c b/tcltk/tclmagic.c index 87a2bc1b..4d5405da 100644 --- a/tcltk/tclmagic.c +++ b/tcltk/tclmagic.c @@ -956,8 +956,8 @@ TxDispatch(f) void TxParseString(str, q, event) char *str; - void* q; /* unused */ - void* event; /* always NULL (ignored) */ + void *q; /* unused */ + void *event; /* always NULL (ignored) */ { char *reply;