mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
client: cosmetics
This commit is contained in:
parent
e09ff31c09
commit
5bd748680f
@ -862,7 +862,8 @@ int run()
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
if (state.window == NULL) {
|
if (state.window == NULL)
|
||||||
|
{
|
||||||
DEBUG_ERROR("Could not create an SDL window: %s\n", SDL_GetError());
|
DEBUG_ERROR("Could not create an SDL window: %s\n", SDL_GetError());
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user