Changeset 191470d


Ignore:
Timestamp:
2007-12-16T02:55:56Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
f9c3e7b
Parents:
3c5aded
Message:

typo fix in country output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/skype.c

    r3c5aded r191470d  
    410410                                                        else
    411411                                                                iptr = sd->info_country;
    412                                                         g_string_append_printf(st, "Country: %s\n", sd->iptr);
     412                                                        g_string_append_printf(st, "Country: %s\n", iptr);
    413413                                                }
    414414                                                g_free(sd->info_country);
Note: See TracChangeset for help on using the changeset viewer.