Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
Fixed end subroutine bug
  • Loading branch information
chuckyvt committed Mar 30, 2024
1 parent 561cee2 commit f10f1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib_hashmap_wrappers.f90
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ subroutine get_int32_key( key, value )

value = transfer( key % value, value )

end subroutine get_int8_key
end subroutine get_int32_key


subroutine set_char_key( key, value )
Expand Down

0 comments on commit f10f1b7

Please sign in to comment.