Skip to content

Commit f10f1b7

Browse files
committed
Bug fix
Fixed end subroutine bug
1 parent 561cee2 commit f10f1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_hashmap_wrappers.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ subroutine get_int32_key( key, value )
291291

292292
value = transfer( key % value, value )
293293

294-
end subroutine get_int8_key
294+
end subroutine get_int32_key
295295

296296

297297
subroutine set_char_key( key, value )

0 commit comments

Comments
 (0)