mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2026-04-26 10:05:17 -05:00
platform/amvideo.c: remove left-over brace from debug messages
This commit is contained in:
parent
ce46262c00
commit
bd1e893b7a
|
|
@ -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