mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
client: cosmetics
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user