From ccc5be86d787caafef0fe658fb524e29436cff82 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 12 Jul 2018 23:24:46 +0200 Subject: [PATCH] Fixed a typo - strange enough it compiled with this error on some platforms. --- src/lay/lay/laySystemPaths.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lay/lay/laySystemPaths.cc b/src/lay/lay/laySystemPaths.cc index 451976878..44f048ff4 100644 --- a/src/lay/lay/laySystemPaths.cc +++ b/src/lay/lay/laySystemPaths.cc @@ -22,7 +22,7 @@ #include "laySystemPaths.h" -#include "tlFileUtils.h"l" +#include "tlFileUtils.h" #include "tlString.h" #include