Chromium Code Reviews| Index: public/fpdf_ext.h |
| diff --git a/public/fpdf_ext.h b/public/fpdf_ext.h |
| index 96e3c857fd030db9ef89eb3e025accf32a591f6b..a67ac2eacffc13dc89c6db44798d5697a1f3b9a7 100644 |
| --- a/public/fpdf_ext.h |
| +++ b/public/fpdf_ext.h |
| @@ -53,8 +53,8 @@ typedef struct _UNSUPPORT_INFO |
| * None. |
| * */ |
| - void(*FSDK_UnSupport_Handler)(_UNSUPPORT_INFO* pThis,int nType); |
| -}UNSUPPORT_INFO; |
| + void(*FSDK_UnSupport_Handler)(struct _UNSUPPORT_INFO* pThis, int nType); |
| +} UNSUPPORT_INFO; |
| /** |