1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 05:40:32 +05:30

Minor style change

This commit is contained in:
Arkadiusz Fal 2023-07-22 19:34:28 +02:00
parent 99ffaed5fc
commit 98d26c37ff

View File

@ -86,7 +86,7 @@ final class MPVClient: ObservableObject {
]
if mpv_render_context_create(&mpvGL, mpv, &params) < 0 {
puts("failed to initialize mpv GL context")
print("failed to initialize mpv GL context")
exit(1)
}