fix gcc warning

This commit is contained in:
Dave Hansen 2009-03-26 15:28:07 -07:00
parent 447da84444
commit 347bbf119a

View file

@ -107,7 +107,6 @@ int try_connection_to(char *essid, char *ascii_password)
{
int i;
int ret = -1;
const char *type;
eyefi_printf("trying to connect to network: '%s'\n", essid);
if (ascii_password)