forked from Dniel97/segatools
platform/amvideo.c: remove left-over brace from debug messages
This commit is contained in:
parent
e5b0603722
commit
4343177e42
@ -153,14 +153,14 @@ HRESULT amvideo_hook_init(const struct amvideo_config *cfg, HMODULE redir_mod)
|
|||||||
|
|
||||||
static int amDllVideoOpen(void *ctx)
|
static int amDllVideoOpen(void *ctx)
|
||||||
{
|
{
|
||||||
dprintf("AmVideo: %s)\n", __func__);
|
dprintf("AmVideo: %s\n", __func__);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int amDllVideoClose(void *ctx)
|
static int amDllVideoClose(void *ctx)
|
||||||
{
|
{
|
||||||
dprintf("AmVideo: %s)\n", __func__);
|
dprintf("AmVideo: %s\n", __func__);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user