Skip to content

Commit

Permalink
Fix warning in output.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fergus-dall committed Jun 13, 2013
1 parent 98b1463 commit e5b892f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -945,4 +945,5 @@ std::string from_sentence_case (const std::string &kingston)
return montreal;
}
}
return "";
}

0 comments on commit e5b892f

Please sign in to comment.