Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Sep 27, 2011
1 parent 4bc99cc commit 1a0aa32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cpp/core/system/Environment.cpp
Expand Up @@ -51,7 +51,6 @@ std::string getenv(const Options& environment, const std::string& name)
// any existing value)
void setenv(Options* pEnvironment,
const std::string& name,

const std::string& value)
{
Options::iterator it = std::find_if(
Expand Down

0 comments on commit 1a0aa32

Please sign in to comment.