Reacted on compiler warning about inactivated if statement
This commit is contained in:
parent
792494b073
commit
c05ab48416
@ -834,7 +834,7 @@ no_boot:;
|
|||||||
ex:;
|
ex:;
|
||||||
if(boots != NULL)
|
if(boots != NULL)
|
||||||
free(boots);
|
free(boots);
|
||||||
if(bootnodes != NULL);
|
if(bootnodes != NULL)
|
||||||
free(bootnodes);
|
free(bootnodes);
|
||||||
if(image != NULL)
|
if(image != NULL)
|
||||||
iso_image_unref(image); /* release obtained reference */
|
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