From: Peter O. <obe...@us...> - 2012-07-18 10:40:15
|
Update of /cvsroot/ltp/utils/analysis/lcov/bin In directory vz-cvs-4.sog:/tmp/cvs-serv9708 Modified Files: genhtml lcov Log Message: lcov: fix extra closing parenthesis in comment Index: genhtml =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/genhtml,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** genhtml 17 Jul 2012 11:37:13 -0000 1.59 --- genhtml 18 Jul 2012 10:40:12 -0000 1.60 *************** *** 5729,5733 **** # returned when HIT is 0. 100 is only returned when HIT equals FOUND. # PRECISION specifies the precision of the result. SUFFIX defines a ! # string that is appended to the result if FOUND is non-zero). Spaces # are added to the start of the resulting string until it is at least WIDTH # characters wide. --- 5729,5733 ---- # returned when HIT is 0. 100 is only returned when HIT equals FOUND. # PRECISION specifies the precision of the result. SUFFIX defines a ! # string that is appended to the result if FOUND is non-zero. Spaces # are added to the start of the resulting string until it is at least WIDTH # characters wide. Index: lcov =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/lcov,v retrieving revision 1.84 retrieving revision 1.85 diff -C2 -d -r1.84 -r1.85 *** lcov 17 Jul 2012 11:37:13 -0000 1.84 --- lcov 18 Jul 2012 10:40:12 -0000 1.85 *************** *** 4254,4258 **** # returned when HIT is 0. 100 is only returned when HIT equals FOUND. # PRECISION specifies the precision of the result. SUFFIX defines a ! # string that is appended to the result if FOUND is non-zero). Spaces # are added to the start of the resulting string until it is at least WIDTH # characters wide. --- 4254,4258 ---- # returned when HIT is 0. 100 is only returned when HIT equals FOUND. # PRECISION specifies the precision of the result. SUFFIX defines a ! # string that is appended to the result if FOUND is non-zero. Spaces # are added to the start of the resulting string until it is at least WIDTH # characters wide. |