Commit efdfdb24 by Uros Bizjak

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

From-SVN: r220304
parent cca0f8ca
......@@ -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) {
......
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