mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 13:07:54 +00:00
[CLIENT] cosmetic code changes
This commit is contained in:
parent
909606627f
commit
d1c0d2b5f8
1 changed files with 3 additions and 3 deletions
|
@ -1602,8 +1602,8 @@ static bool load_config(const char * configFile)
|
|||
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
params.shmFile = strdup(params.shmFile);
|
||||
params.spiceHost = strdup(params.spiceHost);
|
||||
params.shmFile = strdup(params.shmFile );
|
||||
params.spiceHost = strdup(params.spiceHost );
|
||||
params.windowTitle = strdup(params.windowTitle);
|
||||
|
||||
{
|
||||
|
@ -1922,4 +1922,4 @@ int main(int argc, char * argv[])
|
|||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue