git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1468 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2008-04-24 14:13:28 +00:00
parent 71e90d1f56
commit f6d95062f2

2
xwin.c
View File

@ -1530,7 +1530,7 @@ xwin_refresh_pointer_map(void)
/* if multiple physical buttons map to the same logical button, then
* use the lower numbered physical one */
for (i = pointer_buttons-1; i >= 0; i--)
for (i = pointer_buttons - 1; i >= 0; i--)
{
/* a user could specify arbitrary values for the logical button
* number, ignore any that are abnormally large */