diff --git a/cgminer.c b/cgminer.c index b2bcd5ae..60eb842f 100644 --- a/cgminer.c +++ b/cgminer.c @@ -4842,14 +4842,14 @@ int main(int argc, char *argv[]) opencl_api.api_detect(); #endif -#ifdef USE_BITFORCE - bitforce_api.api_detect(); -#endif - #ifdef USE_ICARUS icarus_api.api_detect(); #endif +#ifdef USE_BITFORCE + bitforce_api.api_detect(); +#endif + #ifdef USE_ZTEX ztex_api.api_detect(); #endif