Removed a _U_ for a used argument.

svn path=/trunk/; revision=26941
This commit is contained in:
Stig Bjørlykke 2008-12-08 23:46:26 +00:00
parent 7a9c76f1f9
commit 30db09a3a4
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ static ULONG num_legacy_channels = 14;
* Callback used by the load_wlan_keys() routine in order to read a WEP decryption key
*/
static guint
get_wep_key(pref_t *pref, gpointer ud _U_)
get_wep_key(pref_t *pref, gpointer ud)
{
gchar *my_string = NULL;
keys_cb_data_t* user_data;