]> git.lyx.org Git - lyx.git/blobdiff - src/support/environment.h
hopefully fix tex2lyx linking.
[lyx.git] / 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.