summaryrefslogtreecommitdiffstats
path: root/generic/tclStubLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclStubLib.c')
-rw-r--r--generic/tclStubLib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclStubLib.c b/generic/tclStubLib.c
index d589199..55001cf 100644
--- a/generic/tclStubLib.c
+++ b/generic/tclStubLib.c
@@ -92,8 +92,7 @@ Tcl_InitStubs(
p = version;
while (*p && (*p == *q)) {
- p++;
- q++;
+ p++; q++;
}
if (*p || ISDIGIT(*q)) {
/* Construct error message */