Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
gadjalin committed Sep 30, 2024
1 parent a67f1b0 commit 68b55c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic_window.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ program basic_window
use glf90w

implicit none
type(GLFWwindow_ptr) :: window
type(GLFWwindow) :: window
integer :: major, minor, rev

call glfwSetErrorCallback(handle_error)
Expand Down

0 comments on commit 68b55c7

Please sign in to comment.