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; }