Huw Davies : inetcomm: Fix spelling typo.
Module: wine Branch: master Commit: 2f83e46015300d0647280cae91968f127cf84955 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2f83e46015300d0647280cae91... Author: Huw Davies <huw(a)codeweavers.com> Date: Tue Dec 18 11:51:54 2007 +0000 inetcomm: Fix spelling typo. --- dlls/inetcomm/mimeole.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/inetcomm/mimeole.c b/dlls/inetcomm/mimeole.c index f0185d4..0b5e290 100644 --- a/dlls/inetcomm/mimeole.c +++ b/dlls/inetcomm/mimeole.c @@ -396,7 +396,7 @@ static HRESULT parse_headers(MimeBody *body, IStream *stm) return hr; } -static void emptry_param_list(struct list *list) +static void empty_param_list(struct list *list) { param_t *param, *cursor2; @@ -417,7 +417,7 @@ static void empty_header_list(struct list *list) { list_remove(&header->entry); PropVariantClear(&header->value); - emptry_param_list(&header->params); + empty_param_list(&header->params); HeapFree(GetProcessHeap(), 0, header); } }
participants (1)
-
Alexandre Julliard