From e7165e70a974cdd68eba169fe8546066e4c7a699 Mon Sep 17 00:00:00 2001 From: Matthias Wolf Date: Wed, 24 Jul 2024 15:47:49 +0200 Subject: [PATCH] Silly typo. --- src/config/config.cpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.cpp.in b/src/config/config.cpp.in index c8c9161ad..1c6a43865 100644 --- a/src/config/config.cpp.in +++ b/src/config/config.cpp.in @@ -93,7 +93,7 @@ std::string nmodl::PathHelper::get_path(const std::string& what, bool is_library std::string filename = what; if (is_library) { - filename = SHARED_LIBRARY_PREFIX + what + SHARED_LIBRARY_SUFFIX;j + filename = SHARED_LIBRARY_PREFIX + what + SHARED_LIBRARY_SUFFIX; } // check paths in order and return if found