Browse Source

Merge commit 'f3c9233' into bfgminer

Luke Dashjr 12 years ago
parent
commit
67552bdd0b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      miner.c

+ 2 - 0
miner.c

@@ -680,6 +680,8 @@ tryagain: ;
 		string_elist_add(devpath, &scan_devices);
 	}
 	closedir(D);
+	
+	return NULL;
 
 #endif
 }