mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
fix missing space
This commit is contained in:
parent
0db5a24849
commit
3c83194b7b
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@
|
|||
|
||||
// Let's try to be lenient if Viewer was set instead of Viewer.app
|
||||
if ([[viewer pathExtension] length] == 0)
|
||||
viewer = [viewer stringByAppendingPathExtension:@"app"];
|
||||
viewer = [viewer stringByAppendingPathExtension: @"app"];
|
||||
appInfo = [apps objectForKey: viewer];
|
||||
|
||||
// We ingore the role, supposing both Editor and Viewer are fine
|
||||
|
|
Loading…
Reference in a new issue