Skip to content

Commit

Permalink
fix gcc warning in svn module
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Dec 5, 2011
1 parent 74fdc78 commit eb78b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/session/modules/SessionSVN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ std::string repositoryRoot(const FilePath& workingDir)
if (error)
{
LOG_ERROR(error);
return false;
return std::string();
}

return svnInfo.repositoryRoot;
Expand Down

0 comments on commit eb78b4e

Please sign in to comment.