Skip to content

Commit

Permalink
This is what happens when you don't test things.
Browse files Browse the repository at this point in the history
  • Loading branch information
MainMemory committed Mar 1, 2015
1 parent 6d77a77 commit e8e7810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SADXModLoader/dllmain.cpp
Expand Up @@ -731,6 +731,7 @@ uint8_t ParseCharacterFlags(const string &str)
if (ch != charflagsnamemap.end())
flag |= ch->second;
}
return flag;
}

template<typename T>
Expand Down

0 comments on commit e8e7810

Please sign in to comment.