* fixincl.c (fix_applies) <case TT_CKSUM:>: Change C++ style comments.

From-SVN: r220304
This commit is contained in:
Uros Bizjak 2015-01-31 14:14:56 +01:00
parent cca0f8ca9a
commit efdfdb2413
1 changed files with 1 additions and 1 deletions

View File

@ -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) {