From f75fc39e3cd8cf17fa7ba0aa62e703049a6c8c62 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 7 Jun 2011 19:15:52 +0400 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B0=D0=B9=D0=BB=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B5=D0=BA=D1=82=D0=B0=20TeX-parser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cpp/tex_parser/tex_table_class_test.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpp/tex_parser/tex_table_class_test.cpp b/cpp/tex_parser/tex_table_class_test.cpp index 2586ab6..fb5e5c9 100644 --- a/cpp/tex_parser/tex_table_class_test.cpp +++ b/cpp/tex_parser/tex_table_class_test.cpp @@ -34,8 +34,5 @@ int main(int argc, char *argv[]) fclose(tex_file); - - - return EXIT_SUCCESS; }