wined3d: Remove a stray semi-colon from the spec file.

Francois Gouget fgouget at free.fr
Tue Dec 11 03:52:12 CST 2012


---
 dlls/wined3d/wined3d.spec |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wined3d/wined3d.spec b/dlls/wined3d/wined3d.spec
index 1d6e2b3..3b39c41 100644
--- a/dlls/wined3d/wined3d.spec
+++ b/dlls/wined3d/wined3d.spec
@@ -154,7 +154,7 @@
 @ cdecl wined3d_device_set_vs_consts_b(ptr long ptr long)
 @ cdecl wined3d_device_set_vs_consts_f(ptr long ptr long)
 @ cdecl wined3d_device_set_vs_consts_i(ptr long ptr long)
-@ cdecl wined3d_device_set_vs_sampler(ptr long ptr);
+@ cdecl wined3d_device_set_vs_sampler(ptr long ptr)
 @ cdecl wined3d_device_setup_fullscreen_window(ptr ptr long long)
 @ cdecl wined3d_device_show_cursor(ptr long)
 @ cdecl wined3d_device_uninit_3d(ptr)
-- 
1.7.10.4



More information about the wine-patches mailing list