Skip to content

Commit 4eb70ff

Browse files
committed
Fixed misspelling of a file
The make -f Makefile.manual was lookin for stdlib_hashmap_wrapper.f90 instead of stdlib_hashmap_wrappers.f90. [ticket: X]
1 parent 4ced800 commit 4eb70ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.manual

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ SRC = f18estop.f90 \
6060
stdlib_error.f90 \
6161
stdlib_specialfunctions.f90 \
6262
stdlib_specialfunctions_legendre.f90 \
63-
stdlib_hashmap_wrapper.f90 \
63+
stdlib_hashmap_wrappers.f90 \
6464
stdlib_hashmaps.f90 \
6565
stdlib_io.f90 \
6666
stdlib_logger.f90 \

0 commit comments

Comments
 (0)