Skip to content

Commit

Permalink
Fix lin/mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
asherkin committed Mar 11, 2020
1 parent 1b449d2 commit a919db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/loader.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ mm_DetermineBackend(QueryValveInterface engineFactory, QueryValveInterface serve
return MMBackend_BMS; return MMBackend_BMS;
} }


if (mm_FindPattern(engineFactory, " Blade Symphony ", sizeof(" Blade Symphony ") - 1)) if (mm_FindPattern((void *)engineFactory, " Blade Symphony ", sizeof(" Blade Symphony ") - 1))
{ {
return MMBackend_Blade; return MMBackend_Blade;
} }
Expand Down

0 comments on commit a919db5

Please sign in to comment.