Reacted on compiler warning about inactivated if statement

This commit is contained in:
Thomas Schmitt 2011-05-20 17:58:18 +00:00
parent 534f6f07fa
commit 4d10375cb9
2 changed files with 2 additions and 2 deletions

View File

@ -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 */

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.05.19.134432" #define Xorriso_timestamP "2011.05.20.175842"