]> git.lyx.org Git - features.git/commitdiff
Remove spurious unicode char in comment.
authorAngus Leeming <leeming@lyx.org>
Tue, 9 Aug 2005 16:56:36 +0000 (16:56 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 9 Aug 2005 16:56:36 +0000 (16:56 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10393 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/environment.h

index 6893762f90840fb1a6cf10f995529162e371f44f..d38bd01c34ef8927f7aaded42cc31b752c556480 100644 (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.
- */
+ */
 std::vector<std::string> const getEnvPath(std::string const & name);
 
 /** Set the contents of the environment variable @c name to @c value.