From 477395a8bf1759b958fb44b27316d0ef8c43405b Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 19 Jul 2011 17:04:01 +0400 Subject: [PATCH] more debug info --- c/tex_parser/tex_parser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c/tex_parser/tex_parser.c b/c/tex_parser/tex_parser.c index c2d369c..1f4df8a 100644 --- a/c/tex_parser/tex_parser.c +++ b/c/tex_parser/tex_parser.c @@ -206,6 +206,7 @@ void tex_parse(const char *source, size_t len, struct tex_struct_s **tex_struct, #ifdef __TEX_PARSER_DEBUG puts("<-OBJ_UNDEF"); + puts("<-OBJ_UNDEF"); #endif }