From c6f239ef2e2147d9d447ac4f0d4218959689b415 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Mon, 19 Aug 2019 10:06:24 +1000 Subject: [PATCH] Updated ddraw-Texture_Wrong_Caps patchset --- ...1-ddraw-Allow-setting-texture-without-DDSCAPS_TEXTURE-.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/ddraw-Texture_Wrong_Caps/0001-ddraw-Allow-setting-texture-without-DDSCAPS_TEXTURE-.patch b/patches/ddraw-Texture_Wrong_Caps/0001-ddraw-Allow-setting-texture-without-DDSCAPS_TEXTURE-.patch index f818f286..ba08cda5 100644 --- a/patches/ddraw-Texture_Wrong_Caps/0001-ddraw-Allow-setting-texture-without-DDSCAPS_TEXTURE-.patch +++ b/patches/ddraw-Texture_Wrong_Caps/0001-ddraw-Allow-setting-texture-without-DDSCAPS_TEXTURE-.patch @@ -237,7 +237,7 @@ index bc58c1817c..3c643afe15 100644 + DestroyWindow(window); +} + -+static void test_texture_wrong_caps() ++static void test_texture_wrong_caps(void) +{ + trace("Hardware device.\n"); + test_texture_wrong_caps_(FALSE);