Skip to content

Commit

Permalink
Silly typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Jul 24, 2024
1 parent 2f9fc4b commit e7165e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7165e7

Please sign in to comment.