user32: Fix copy/paste typo.

This commit is contained in:
Alexandre Julliard 2012-12-17 14:12:02 +01:00
parent 71bb8c5e7c
commit 72b3dfca7c
1 changed files with 2 additions and 2 deletions

View File

@ -1126,8 +1126,8 @@ static BOOL set_entry( void *ptr, UINT int_param, void *ptr_param, UINT flags )
name ##_VALNAME }, data, sizeof(data) }
#define PATH_ENTRY(name) \
struct sysparam_binary_entry entry_##name = { { get_path_entry, set_path_entry, init_path_entry, \
name ##_VALNAME } }
struct sysparam_path_entry entry_##name = { { get_path_entry, set_path_entry, init_path_entry, \
name ##_VALNAME } }
#define FONT_ENTRY(name,weight) \
struct sysparam_font_entry entry_##name = { { get_font_entry, set_font_entry, init_font_entry, \