Silenced warning of cppcheck
This commit is contained in:
parent
4df5698e57
commit
4d83f90ca8
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2011.07.06.143904"
|
||||
#define Cdrskin_timestamP "2011.07.07.114911"
|
||||
|
@ -2090,7 +2090,7 @@ void mmc_read_atip(struct burn_drive *d)
|
||||
fprintf(stderr,"libburn_experimental: Returned ATIP Data\n");
|
||||
for(i= 0; i<28; i++)
|
||||
fprintf(stderr,"%3.3d (0x%2.2x)%s",
|
||||
data[i],data[i],((i+1)%5 ? " ":"\n"));
|
||||
data[i],data[i],(((i + 1) % 5) ? " " : "\n"));
|
||||
fprintf(stderr,"\n");
|
||||
|
||||
fprintf(stderr,
|
||||
|
Loading…
Reference in New Issue
Block a user