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

This commit is contained in:
Francois Gouget 2012-12-11 10:52:12 +01:00 committed by Alexandre Julliard
parent 59247cf9db
commit 130cabbca6
1 changed files with 1 additions and 1 deletions

View File

@ -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)