Reacted on compiler warning about inactivated if statement
This commit is contained in:
parent
792494b073
commit
c05ab48416
@ -834,7 +834,7 @@ no_boot:;
|
||||
ex:;
|
||||
if(boots != NULL)
|
||||
free(boots);
|
||||
if(bootnodes != NULL);
|
||||
if(bootnodes != NULL)
|
||||
free(bootnodes);
|
||||
if(image != NULL)
|
||||
iso_image_unref(image); /* release obtained reference */
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2011.05.19.134432"
|
||||
#define Xorriso_timestamP "2011.05.20.175842"
|
||||
|
Loading…
Reference in New Issue
Block a user