Skip to content

Commit

Permalink
Windows Port: Fix yet another compiling issue related to the OpenGL c…
Browse files Browse the repository at this point in the history
…ontext. (Fixes #811.)
  • Loading branch information
rogerman authored Jul 15, 2024
1 parent 15a6e51 commit 4b0805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desmume/src/frontend/windows/ogl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ static bool wgl_beginOpenGL()
return true;
}

static bool wgl_endOpenGL()
static void wgl_endOpenGL()
{
// Do nothing.
}
Expand Down

0 comments on commit 4b0805e

Please sign in to comment.