free_key_translation should be static.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@954 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2005-08-03 07:08:17 +00:00
parent c5bb049051
commit 6aae477ddb

View File

@ -55,7 +55,7 @@ static uint16 saved_remote_modifier_state = 0;
static void update_modifier_state(uint8 scancode, BOOL pressed);
/* Free key_translation structure, included linked list */
void
static void
free_key_translation(key_translation * ptr)
{
key_translation *next;