Typo: formated->formatted
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
This commit is contained in:
4
external/np_sdk/inc/npfunctions.h
vendored
4
external/np_sdk/inc/npfunctions.h
vendored
@@ -227,8 +227,8 @@ enum
|
||||
typedef struct _BPSupportedMIMETypes
|
||||
{
|
||||
SInt32 structVersion; /* struct version */
|
||||
Handle typeStrings; /* STR# formated handle, allocated by plug-in */
|
||||
Handle infoStrings; /* STR# formated handle, allocated by plug-in */
|
||||
Handle typeStrings; /* STR# formatted handle, allocated by plug-in */
|
||||
Handle infoStrings; /* STR# formatted handle, allocated by plug-in */
|
||||
} BPSupportedMIMETypes;
|
||||
OSErr BP_GetSupportedMIMETypes(BPSupportedMIMETypes *mimeInfo, UInt32 flags);
|
||||
#define NP_GETMIMEDESCRIPTION_NAME "NP_GetMIMEDescription"
|
||||
|
4
external/np_sdk/npsdk/npupp.h
vendored
4
external/np_sdk/npsdk/npupp.h
vendored
@@ -1180,8 +1180,8 @@ enum
|
||||
typedef struct _BPSupportedMIMETypes
|
||||
{
|
||||
SInt32 structVersion; // struct version
|
||||
Handle typeStrings; // STR# formated handle, allocated by plug-in
|
||||
Handle infoStrings; // STR# formated handle, allocated by plug-in
|
||||
Handle typeStrings; // STR# formatted handle, allocated by plug-in
|
||||
Handle infoStrings; // STR# formatted handle, allocated by plug-in
|
||||
} BPSupportedMIMETypes;
|
||||
OSErr BP_GetSupportedMIMETypes(BPSupportedMIMETypes *mimeInfo, UInt32 flags);
|
||||
|
||||
|
Reference in New Issue
Block a user