diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-01-15 17:20:13 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-01-15 17:20:13 +0100 |
| commit | 184b2cc26b0ed736ba1e24556860c940d3381e0b (patch) | |
| tree | 3aaafd4daab175ebea45a04920fcd71a006c8504 /src | |
| parent | 613781e6c0eacd4184eb244830d519f72ec9df1c (diff) | |
| download | box64-184b2cc26b0ed736ba1e24556860c940d3381e0b.tar.gz box64-184b2cc26b0ed736ba1e24556860c940d3381e0b.zip | |
Small fix for a faked wrapped function
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedlibvdpau_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibvdpau_private.h b/src/wrapped/wrappedlibvdpau_private.h index 99a0b336..9bfa63ff 100644 --- a/src/wrapped/wrappedlibvdpau_private.h +++ b/src/wrapped/wrappedlibvdpau_private.h @@ -2,4 +2,4 @@ #error meh! #endif -GOM(vdp_device_create_x11, iFpipp) // last is a pointer to a VdpGetProcAddress function \ No newline at end of file +GOM(vdp_device_create_x11, iFEpipp) // last is a pointer to a VdpGetProcAddress function \ No newline at end of file |