# HG changeset patch # User diego # Date 1061155082 0 # Node ID b04560162c1f7cf0ad6c3ee8aef7c9af302c4bd0 # Parent efb6dcac967d7af94c569a2e13a69ea03b5930ff sysm --> syms typo fix by Joey Parrish diff -r efb6dcac967d -r b04560162c1f libmpcodecs/ad_realaud.c --- 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);