Revert one cppcheck style change since gcc complains about it.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user