Cleanup: Fix typo in blender/blendthumb/src/thumbnail_provider.mm
Fixes user-facing typo Pull Request: https://projects.blender.org/blender/blender/pulls/146765
This commit is contained in:
@@ -180,7 +180,7 @@ static NSImage *generate_nsimage_for_file(const char *src_blend_path, NSError *e
|
|||||||
/* Return the thumbnail reply. */
|
/* Return the thumbnail reply. */
|
||||||
handler(thumbnailReply, nil);
|
handler(thumbnailReply, nil);
|
||||||
}
|
}
|
||||||
NSLog(@"Thumbnail generation succcessfully completed");
|
NSLog(@"Thumbnail generation successfully completed");
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
Reference in New Issue
Block a user