Skip to content

Commit ea8c75d

Browse files
komhjbkempf
authored andcommitted
os2: fix compilation
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
1 parent f299ee6 commit ea8c75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os2/thread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ static ULONG vlc_DosWaitEventSemEx( HEV hev, ULONG ulTimeout )
7777
int n;
7878
ULONG rc;
7979

80-
struct vlc_thread *th = vlc_thread_self( thread_key );
80+
struct vlc_thread *th = vlc_thread_self ();
8181
if( th == NULL || !th->killable )
8282
{
8383
/* Main thread - cannot be cancelled anyway

0 commit comments

Comments
 (0)