git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 8760cc55174409ddab92b719a2964c3462e27749
parent 91a2b459f9c4c983094f5d1742bc0abcd13be6fd
Author: Maximilian Mader <max@bastelstu.be>
Date:   Wed, 13 Jul 2022 17:01:31 +0200

Mark `check_al_error()` as `static`

Diffstat:
MSDL/audio/openal.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SDL/audio/openal.c b/SDL/audio/openal.c @@ -21,7 +21,7 @@ static unsigned buffer_pos = 0; // Check if the previous OpenAL call returned an error. // If an error occurred a message will be logged to stderr. -bool check_al_error(const char *user_msg, const char *line) { +static bool check_al_error(const char *user_msg, const char *line) { ALCenum error = alGetError(); char *description;

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.