mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-23 21:10:57 +01:00
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)
|
||||
{
|
||||
dprintf("AmVideo: %s)\n", __func__);
|
||||
dprintf("AmVideo: %s\n", __func__);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int amDllVideoClose(void *ctx)
|
||||
{
|
||||
dprintf("AmVideo: %s)\n", __func__);
|
||||
dprintf("AmVideo: %s\n", __func__);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user