texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: flip debug flag left on accidentally


From: Gavin D. Smith
Subject: branch master updated: flip debug flag left on accidentally
Date: Wed, 25 Oct 2023 14:35:42 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new b8d6368680 flip debug flag left on accidentally
b8d6368680 is described below

commit b8d636868046acc3101131416dcf4e2923963f09
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Oct 25 19:35:34 2023 +0100

    flip debug flag left on accidentally
---
 tp/Texinfo/XS/xspara.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/Texinfo/XS/xspara.c b/tp/Texinfo/XS/xspara.c
index 3416096749..f0dbd91ecb 100644
--- a/tp/Texinfo/XS/xspara.c
+++ b/tp/Texinfo/XS/xspara.c
@@ -48,7 +48,7 @@
 
 #include "xspara_text.h"
 
-static int debug = 1;
+static int debug = 0;
 
 typedef struct {
     TEXT space; /* Pending space, to be output before the pending word. */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]