Skip to content

Commit

Permalink
[bugfix] fix typos in fsys_sleep.fypp
Browse files Browse the repository at this point in the history
  • Loading branch information
yymmt742 committed Jun 4, 2024
1 parent 9244ff8 commit 5cfaea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsys_sleep.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ submodule(fsys) fsys_sleep
subroutine Sleep(dwMillseconds) bind(c)
import C_LONG
integer(C_LONG), value, intent(in) :: dwMillseconds
end function Sleep
end subroutine Sleep
#:else
function usleep(usec) bind(c)
import C_INT
Expand Down

0 comments on commit 5cfaea6

Please sign in to comment.