Skip to content

Commit

Permalink
static analyzer pass
Browse files Browse the repository at this point in the history
  • Loading branch information
armadillu committed Dec 10, 2017
1 parent 7e94a2b commit 5fc3c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ofxFontStash2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ void Fonts::addFallbackFont(const string& fontID, const string &fallbackFontID){


bool Fonts::applyStyle(const Style & style){
bool ret;
bool ret = false;
OFX_FONSTASH2_CHECK_RET
int id = getFsID(style.fontID);
if(id != FONS_INVALID){
Expand Down

0 comments on commit 5fc3c3d

Please sign in to comment.