mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
15d6e2a670
commit
923623a5ce
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user