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:
parent
99ffaed5fc
commit
98d26c37ff
@ -86,7 +86,7 @@ final class MPVClient: ObservableObject {
|
|||||||
]
|
]
|
||||||
|
|
||||||
if mpv_render_context_create(&mpvGL, mpv, ¶ms) < 0 {
|
if mpv_render_context_create(&mpvGL, mpv, ¶ms) < 0 {
|
||||||
puts("failed to initialize mpv GL context")
|
print("failed to initialize mpv GL context")
|
||||||
exit(1)
|
exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user