diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2007-12-16 03:55:56 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2007-12-16 03:55:56 +0100 |
commit | 191470d0245cffba19899660f84f77a2a18d08da (patch) | |
tree | 2b7d60ec240040307eb95cc8764b59b2e223d453 | |
parent | 3c5adedc913d32af69a62f48bf368c18fb57ffbe (diff) |
typo fix in country output
-rw-r--r-- | skype/skype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/skype.c b/skype/skype.c index 6bbddf0c..5322d3ac 100644 --- a/skype/skype.c +++ b/skype/skype.c @@ -409,7 +409,7 @@ static gboolean skype_read_callback( gpointer data, gint fd, b_input_condition c iptr++; else iptr = sd->info_country; - g_string_append_printf(st, "Country: %s\n", sd->iptr); + g_string_append_printf(st, "Country: %s\n", iptr); } g_free(sd->info_country); } |