Commit fe860eb5 by Kai Tietz Committed by Kai Tietz

gcov.c (generate_results): Add missing semicolon and correct indent.

        * gcov.c (generate_results): Add missing semicolon and
        correct indent.

From-SVN: r181353
parent a163acfa
2011-11-14 Kai Tietz <ktietz@redhat.com>
* gcov.c (generate_results): Add missing semicolon and
correct indent.
2011-11-14 Ira Rosen <ira.rosen@linaro.org>
PR bootstrap/51112
......@@ -678,10 +678,10 @@ generate_results (const char *file_name)
#if HAVE_DOS_BASED_FILE_SYSTEM
if (first && src->coverage.name[1] == ':')
first = src->coverage.name[2]
first = src->coverage.name[2];
#endif
if (IS_DIR_SEPARATOR (first))
continue;
if (IS_DIR_SEPARATOR (first))
continue;
}
accumulate_line_counts (src);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment