From 4364c55c16b03ccdb2b89e47fa4241154484d1aa Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 28 Jun 2011 13:47:25 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=BE,=20=D0=BD?= =?UTF-8?q?=D1=83=D0=B6=D0=BD=D0=BE=20=D1=83=D0=B1=D0=B8=D1=80=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B5=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- c/tex_parser/tex_table.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/c/tex_parser/tex_table.c b/c/tex_parser/tex_table.c index e7bf99e..e5e7439 100644 --- a/c/tex_parser/tex_table.c +++ b/c/tex_parser/tex_table.c @@ -8,8 +8,8 @@ #include "c_const.h" /* only for debug */ -#define __TEX_TABLE_DEBUG 0 -#include +//~ #define __TEX_TABLE_DEBUG 0 +//~ #include int parse_table(const char *table_source, size_t len, struct table_s *table, struct xerror_s *error) @@ -463,7 +463,7 @@ int parse_table(const char *table_source, size_t len, struct table_s *table, str break; } } -printf("tex_level = %lu\n", tex_level); + table->id = "Drossel1.Table1"; return 0;