mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
* fixincl.c (fix_applies) <case TT_CKSUM:>: Change C++ style comments.
From-SVN: r220304
This commit is contained in:
@@ -1155,7 +1155,7 @@ fix_applies (tFixDesc* p_fixd)
|
||||
|
||||
case TT_CKSUM:
|
||||
if (one_sum_passed)
|
||||
break; // no need to check any more.
|
||||
break; /* No need to check any more */
|
||||
|
||||
saw_sum_test = BOOL_TRUE;
|
||||
if (cksum_test (pz_curr_data, p_test, pz_curr_file) != APPLY_FIX) {
|
||||
|
||||
Reference in New Issue
Block a user