Commit 3bccf493 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent ed6a92ec
......@@ -224,7 +224,7 @@ static void Run( intf_thread_t *p_intf )
}
/* Check screensaver every 30 seconds */
refresh = mdate() + 30000000;
deadline = mdate() + 30000000;
}
vlc_object_unlock( p_intf );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment