fix missing space

This commit is contained in:
Riccardo Mottola 2025-04-01 14:41:38 +02:00
parent 0db5a24849
commit 3c83194b7b

View file

@ -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