Revert one cppcheck style change since gcc complains about it.

This commit is contained in:
R. Bernstein
2009-10-27 21:48:06 -04:00
parent 3844f42df8
commit 423dc300f6

View File

@@ -257,7 +257,7 @@ parse_cuefile (_img_private_t *cd, const char *psz_cue_name)
/* The below declarations may be unique to this image-parse routine. */
int start_index;
bool b_first_index_for_track;
bool b_first_index_for_track=false;
if (NULL == psz_cue_name)
return false;