vita: fix reformatting error in SDL_vtagl_pvr.c
This commit is contained in:
parent
a8a5bd3d6b
commit
33ec2a5e94
1 changed files with 16 additions and 16 deletions
|
@ -53,7 +53,7 @@ int VITA_GL_LoadLibrary(_THIS, const char *path)
|
||||||
char *default_path = "app0:module";
|
char *default_path = "app0:module";
|
||||||
char target_path[MAX_PATH];
|
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) {
|
if (override != NULL) {
|
||||||
default_path = override;
|
default_path = override;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue