Remove spurious unicode char in comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10393 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-08-09 16:56:36 +00:00
parent 15d6e2a670
commit 923623a5ce

View File

@ -27,7 +27,7 @@ std::string const getEnv(std::string const & envname);
* guarantee that it is in the form of a unix-style path.
* If the environment variable is not set, then the function returns
* an empty vector.
 */
<EFBFBD>*/
std::vector<std::string> const getEnvPath(std::string const & name);
/** Set the contents of the environment variable @c name to @c value.