Commit a2f285bf authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

windowscodecs: Fix spelling of a few private struct names.

parent 6141cc80
......@@ -249,7 +249,7 @@ static HRESULT load_GCE_metadata(IStream *stream, const GUID *vendor, DWORD opti
MetadataItem **items, DWORD *count)
{
#include "pshpack1.h"
struct graphic_control_extenstion
struct graphic_control_extension
{
BYTE packed;
/* reservred: 3;
......@@ -327,7 +327,7 @@ static HRESULT load_APE_metadata(IStream *stream, const GUID *vendor, DWORD opti
MetadataItem **items, DWORD *count)
{
#include "pshpack1.h"
struct application_extenstion
struct application_extension
{
BYTE extension_introducer;
BYTE extension_label;
......@@ -434,7 +434,7 @@ static HRESULT load_GifComment_metadata(IStream *stream, const GUID *vendor, DWO
MetadataItem **items, DWORD *count)
{
#include "pshpack1.h"
struct gif_extenstion
struct gif_extension
{
BYTE extension_introducer;
BYTE extension_label;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment