Mercurial > pidgin
changeset 5810:327bc2f78340
[gaim-migrate @ 6240]
Making things compile is my mid-years resolution.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 08 Jun 2003 07:45:51 +0000 |
parents | 0a661f6d65e3 |
children | 9467bff78029 |
files | src/request.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/request.c Sun Jun 08 07:24:17 2003 +0000 +++ b/src/request.c Sun Jun 08 07:45:51 2003 +0000 @@ -573,7 +573,7 @@ g_return_val_if_fail(field != NULL, NULL); g_return_val_if_fail(field->type == GAIM_REQUEST_FIELD_CHOICE, NULL); - return field->u.choice->labels; + return field->u.choice.labels; } /* -- */