| Index: fpdfsdk/include/javascript/JS_Define.h
|
| diff --git a/fpdfsdk/include/javascript/JS_Define.h b/fpdfsdk/include/javascript/JS_Define.h
|
| index 7c3afd7359abd5496c3c48baeb3b01d4af2e9439..db4b1c360d61965096b74d054157c6a3097714b4 100644
|
| --- a/fpdfsdk/include/javascript/JS_Define.h
|
| +++ b/fpdfsdk/include/javascript/JS_Define.h
|
| @@ -37,10 +37,10 @@ struct JSMethodSpec {
|
| #define BEGIN_JS_STATIC_CONST(js_class_name) \
|
| JSConstSpec js_class_name::JS_Class_Consts[] = {
|
| #define JS_STATIC_CONST_ENTRY_NUMBER(const_name, pValue) \
|
| - { const_name, pValue, L"", 0 } \
|
| + { const_name, pValue, L"", 0 } \
|
| ,
|
| -#define JS_STATIC_CONST_ENTRY_STRING(const_name, pValue) \
|
| - { const_name, 0, pValue, 1 } \
|
| +#define JS_STATIC_CONST_ENTRY_STRING(const_name, pValue) \
|
| + { const_name, 0, pValue, 1 } \
|
| ,
|
| #define END_JS_STATIC_CONST() \
|
| { 0, 0, 0, 0 } \
|
|
|