Mercurial > mplayer.hg
diff loader/module.c @ 13182:25cb0d6432d4
loader gcc warning fixes and avifile sync
| author | rathann |
|---|---|
| date | Sat, 28 Aug 2004 20:22:38 +0000 |
| parents | ef68b86beaf4 |
| children | 8c6b747eeacf |
line wrap: on
line diff
--- a/loader/module.c Sat Aug 28 20:20:40 2004 +0000 +++ b/loader/module.c Sat Aug 28 20:22:38 2004 +0000 @@ -1002,7 +1002,7 @@ fprintf(stderr,"theQuickTimeDispatcher catched -> %p\n",retproc); report_entry = report_func; report_ret = report_func_ret; - wrapper_target=retproc; + wrapper_target=(void(*)(void))retproc; retproc=(FARPROC)wrapper; }
