]> Repos - portaudio/commitdiff
fix non latin1 character in pa_debugprint.c
authorJohn Melas <john@jmelas.gr>
Fri, 18 Dec 2020 09:26:33 +0000 (11:26 +0200)
committerRoss Bencina <rossb@audiomulch.com>
Fri, 18 Dec 2020 11:58:22 +0000 (22:58 +1100)
src/common/pa_debugprint.c

index f34d4bbf98519e1860e8722bd6571123b5602b5e..7e9e628feddf157911984e40b4a2fa7c958b5f13 100644 (file)
@@ -71,7 +71,7 @@ void PaUtil_SetDebugPrintFunction(PaUtilLogCallback cb)
 }
 
 /*
- If your platform doesn\92t have vsnprintf, you are stuck with a
+ If your platform doesn't have vsnprintf, you are stuck with a
  VERY dangerous alternative, vsprintf (with no n)
 */
 #if _MSC_VER