From 877e717c5efde80c92eafa662423446209147157 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Fri, 1 Jun 2018 14:09:05 -0700 Subject: [PATCH] Remove a stray unicode char from library_openal.js (#6616) --- src/library_openal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library_openal.js b/src/library_openal.js index 906dcdc78..7630a17c5 100644 --- a/src/library_openal.js +++ b/src/library_openal.js @@ -1628,7 +1628,7 @@ var LibraryOpenAL = { || (navigator.mediaDevices && navigator.mediaDevices.getUserMedia); - if (!has_getUserMedia) { + if (!has_getUserMedia) { #if OPENAL_DEBUG console.error('alcCaptureOpenDevice() cannot capture audio, because your browser lacks a `getUserMedia()` implementation'); #endif