diff libmpcodecs/ad_realaud.c @ 10652:b04560162c1f

sysm --> syms typo fix by Joey Parrish
author diego
date Sun, 17 Aug 2003 21:18:02 +0000
parents 2e46e51269c1
children 6a61d694f7d3
line wrap: on
line diff
--- a/libmpcodecs/ad_realaud.c	Sun Aug 17 20:56:40 2003 +0000
+++ b/libmpcodecs/ad_realaud.c	Sun Aug 17 21:18:02 2003 +0000
@@ -162,7 +162,7 @@
 void* WINAPI GetProcAddress(void* handle,char *func);
 int WINAPI FreeLibrary(void *handle);
 
-static int load_sysm_windows(char *path)
+static int load_syms_windows(char *path)
 {
     void *handle;
     
@@ -223,7 +223,7 @@
     if (strstr(sh->codec->dll,".dll") || !load_syms_linux(path))
 #endif
 #ifdef USE_WIN32DLL
-	if (!load_sysm_windows(sh->codec->dll))
+	if (!load_syms_windows(sh->codec->dll))
 #endif
     {
 	mp_msg(MSGT_DECVIDEO, MSGL_ERR, MSGTR_MissingDLLcodec, sh->codec->dll);