Reacted on nitpicking of cppcheck

This commit is contained in:
2011-10-09 16:25:07 +00:00
parent b71d6afd54
commit a812cf5399
2 changed files with 2 additions and 2 deletions

View File

@ -1277,7 +1277,7 @@ int Xorriso_show_devices(struct XorrisO *xorriso, int flag)
usleep(100000);
}
Xorriso_process_msg_queues(xorriso,0);
if(drive_count <= 0) {
if(drive_count == 0) {
/* >>> was a drive_list created at all ? */
/* >>> must it be freed ? */