vita: fix reformatting error in SDL_vtagl_pvr.c

This commit is contained in:
Anonymous Maarten 2023-01-23 20:41:23 +01:00 committed by Anonymous Maarten
parent a8a5bd3d6b
commit 33ec2a5e94

View file

@ -53,7 +53,7 @@ int VITA_GL_LoadLibrary(_THIS, const char *path)
char *default_path = "app0:module";
char target_path[MAX_PATH];
if (skip_init == NULL) // we don't care about actual value {
if (skip_init == NULL) { // we don't care about actual value
if (override != NULL) {
default_path = override;
}