mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-06 14:55:02 +01:00
fix: typo
This commit is contained in:
parent
ef82638602
commit
4f1f6f0060
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class QuickJSJCP(EJSBaseJCP, BuiltinIEContentProvider):
|
||||||
|
|
||||||
# Cygwin uses POSIX paths (i.e. /tmp) that are not understood by native win32 apps (i.e. qjs.exe)
|
# Cygwin uses POSIX paths (i.e. /tmp) that are not understood by native win32 apps (i.e. qjs.exe)
|
||||||
if sys.platform == 'cygwin':
|
if sys.platform == 'cygwin':
|
||||||
_cygwin1 = ctypes.CDLL('cygwiin1.dll')
|
_cygwin1 = ctypes.CDLL('cygwin1.dll')
|
||||||
# https://cygwin.com/cygwin-api/func-cygwin-create-path.html
|
# https://cygwin.com/cygwin-api/func-cygwin-create-path.html
|
||||||
_cygwin1.cygwin_create_path.restype = ctypes.c_void_p
|
_cygwin1.cygwin_create_path.restype = ctypes.c_void_p
|
||||||
# https://man7.org/linux/man-pages/man3/free.3p.html
|
# https://man7.org/linux/man-pages/man3/free.3p.html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue